From bbe7205e4f7ae87068972f59be8c30864a63651c Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 13 Apr 2010 21:55:07 -0300 Subject: [PATCH] Fixed compilation error in gcc (cstdarg is need for va_list). --- third_party/vaca/src/Debug.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/vaca/src/Debug.cpp b/third_party/vaca/src/Debug.cpp index 23f908083..a250a9bfc 100644 --- a/third_party/vaca/src/Debug.cpp +++ b/third_party/vaca/src/Debug.cpp @@ -36,6 +36,7 @@ // #include "Vaca/Thread.h" #include +#include using namespace std; using namespace Vaca;