Merge pull request #20847 from alalek:fix_build_js_simd_tests

pull/20851/head
Alexander Alekhin 3 years ago
commit 74161b2122
  1. 2
      modules/ts/src/precomp.hpp

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

Loading…
Cancel
Save