Commit f589237e authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #10880 from StevenPuttemans:fix_10594

parents 7da6e908 945ad277
...@@ -58,6 +58,9 @@ ...@@ -58,6 +58,9 @@
#ifdef HAVE_OPENCV_FEATURES2D #ifdef HAVE_OPENCV_FEATURES2D
#include "opencv2/features2d.hpp" #include "opencv2/features2d.hpp"
#endif #endif
#ifdef HAVE_OPENCV_DNN
#include "opencv2/dnn.hpp"
#endif
#ifdef HAVE_OPENCV_FLANN #ifdef HAVE_OPENCV_FLANN
#include "opencv2/flann.hpp" #include "opencv2/flann.hpp"
#endif #endif
......
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