Commit 27d15894 authored by Pavel Rojtberg's avatar Pavel Rojtberg

js: allow building without dnn

parent d7f60f69
......@@ -74,7 +74,11 @@
using namespace emscripten;
using namespace cv;
#ifdef HAVE_OPENCV_DNN
using namespace dnn;
#endif
namespace binding_utils
{
......
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