From 2a5fde0c4db2c57a421b27227ced852dcdd960ff Mon Sep 17 00:00:00 2001 From: Nils Hasler Date: Tue, 22 Mar 2011 22:30:31 +0000 Subject: [PATCH] #include cstdarg because va_list is used --- modules/ts/include/opencv2/ts/ts.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ts/include/opencv2/ts/ts.hpp b/modules/ts/include/opencv2/ts/ts.hpp index d6b3a27be0..96fbbde011 100644 --- a/modules/ts/include/opencv2/ts/ts.hpp +++ b/modules/ts/include/opencv2/ts/ts.hpp @@ -5,6 +5,8 @@ #define GTEST_LINKED_AS_SHARED_LIBRARY 1 #endif +#include // for va_list + #include "opencv2/ts/ts_gtest.h" #include "opencv2/core/core.hpp"