mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
core: add missing geometry module include to opencv.hpp
This commit is contained in:
@@ -67,6 +67,9 @@
|
|||||||
#ifdef HAVE_OPENCV_FLANN
|
#ifdef HAVE_OPENCV_FLANN
|
||||||
#include "opencv2/flann.hpp"
|
#include "opencv2/flann.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_OPENCV_GEOMETRY
|
||||||
|
#include "opencv2/geometry.hpp"
|
||||||
|
#endif
|
||||||
#ifdef HAVE_OPENCV_HIGHGUI
|
#ifdef HAVE_OPENCV_HIGHGUI
|
||||||
#include "opencv2/highgui.hpp"
|
#include "opencv2/highgui.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user