add missing DNN header to opencv2/opencv.hpp
authorSteven <steven.puttemans@kuleuven.be>
Thu, 15 Feb 2018 14:59:14 +0000 (15:59 +0100)
committerSteven <steven.puttemans@kuleuven.be>
Thu, 15 Feb 2018 14:59:14 +0000 (15:59 +0100)
include/opencv2/opencv.hpp

index 532d7a3..4048158 100644 (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