Skip to content

Commit 945ad27

Browse files
author
Steven
committed
add missing DNN header to opencv2/opencv.hpp
1 parent cff7960 commit 945ad27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/opencv2/opencv.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
#ifdef HAVE_OPENCV_FEATURES2D
5959
#include "opencv2/features2d.hpp"
6060
#endif
61+
#ifdef HAVE_OPENCV_DNN
62+
#include "opencv2/dnn.hpp"
63+
#endif
6164
#ifdef HAVE_OPENCV_FLANN
6265
#include "opencv2/flann.hpp"
6366
#endif

0 commit comments

Comments
 (0)