added cvconfig.h header, because ts_perf.cpp uses HAVE_CUDA macros

This commit is contained in:
Vladislav Vinogradov 2013-08-21 10:00:40 +04:00
parent adc1dd2799
commit b7ec673001

View File

@ -1,6 +1,7 @@
#include "opencv2/core/core_c.h"
#include "opencv2/core/internal.hpp"
#include "opencv2/ts/ts.hpp"
#include "cvconfig.h"
#ifdef GTEST_LINKED_AS_SHARED_LIBRARY
#error ts module should not have GTEST_LINKED_AS_SHARED_LIBRARY defined