Merge pull request #20847 from alalek:fix_build_js_simd_tests

This commit is contained in:
Alexander Alekhin 2021-10-09 05:59:24 +00:00
commit 74161b2122

View File

@ -1,7 +1,9 @@
#include "opencv2/ts.hpp"
#include <opencv2/core/utils/logger.hpp>
#include "opencv2/core/utility.hpp"
#if !defined(__EMSCRIPTEN__)
#include "opencv2/core/private.hpp"
#endif
#ifdef GTEST_LINKED_AS_SHARED_LIBRARY
#error ts module should not have GTEST_LINKED_AS_SHARED_LIBRARY defined