1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Merge pull request #29519 from alessio-antochi:fix-missing-geometry-include

Add missing geometry module include to opencv.hpp
This commit is contained in:
Alexander Smorkalov
2026-07-14 15:18:08 +03:00
committed by GitHub
+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