#include cstdarg because va_list is used

pull/13383/head
Nils Hasler 14 years ago
parent 800266dd52
commit 2a5fde0c4d
  1. 2
      modules/ts/include/opencv2/ts/ts.hpp

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

Loading…
Cancel
Save