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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user