1
0
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:
Alessio Antochi
2026-07-13 18:51:59 +03:00
parent 8fdf15e26e
commit bb90bb0d64
+3
View File
@@ -67,6 +67,9 @@
#ifdef HAVE_OPENCV_FLANN
#include "opencv2/flann.hpp"
#endif
#ifdef HAVE_OPENCV_GEOMETRY
#include "opencv2/geometry.hpp"
#endif
#ifdef HAVE_OPENCV_HIGHGUI
#include "opencv2/highgui.hpp"
#endif