#include cstdarg because va_list is used

This commit is contained in:
Nils Hasler 2011-03-22 22:30:31 +00:00
parent 800266dd52
commit 2a5fde0c4d

View 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"