Commit 2a5fde0c authored by Nils Hasler's avatar Nils Hasler

#include cstdarg because va_list is used

parent 800266dd
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment