#include cstdarg because va_list is used
authorNils Hasler <no@email>
Tue, 22 Mar 2011 22:30:31 +0000 (22:30 +0000)
committerNils Hasler <no@email>
Tue, 22 Mar 2011 22:30:31 +0000 (22:30 +0000)
modules/ts/include/opencv2/ts/ts.hpp

index d6b3a27..96fbbde 100644 (file)
@@ -5,6 +5,8 @@
 #define GTEST_LINKED_AS_SHARED_LIBRARY 1
 #endif
 
+#include <cstdarg> // for va_list
+
 #include "opencv2/ts/ts_gtest.h"
 #include "opencv2/core/core.hpp"