1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Added missing includes for CV_LOG_xxx.

This commit is contained in:
Alexander Smorkalov
2026-04-09 14:54:48 +03:00
parent 9eb887d02d
commit 3282bfc149
+1
View File
@@ -42,6 +42,7 @@
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#include <opencv2/core/utils/logger.hpp>
#include "opencv2/core/utility.hpp"
#include "opencv2/core/private.hpp"