Merge pull request #10880 from StevenPuttemans:fix_10594

This commit is contained in:
Vadim Pisarevsky 2018-02-19 14:13:43 +00:00
commit f589237e23

View File

@ -58,6 +58,9 @@
#ifdef HAVE_OPENCV_FEATURES2D
#include "opencv2/features2d.hpp"
#endif
#ifdef HAVE_OPENCV_DNN
#include "opencv2/dnn.hpp"
#endif
#ifdef HAVE_OPENCV_FLANN
#include "opencv2/flann.hpp"
#endif