From 494d201fda24d2862e37302c73d3b1febfe47a5f Mon Sep 17 00:00:00 2001 From: Yuriy Chernyshov Date: Mon, 28 Aug 2023 19:16:19 +0300 Subject: [PATCH] Add missing includes --- apps/visualisation/opencv_visualisation.cpp | 1 + modules/core/include/opencv2/core/opencl/opencl_info.hpp | 1 + modules/core/src/check.cpp | 2 ++ 3 files changed, 4 insertions(+) diff --git a/apps/visualisation/opencv_visualisation.cpp b/apps/visualisation/opencv_visualisation.cpp index 85e9697aad..9b7fcd9f48 100644 --- a/apps/visualisation/opencv_visualisation.cpp +++ b/apps/visualisation/opencv_visualisation.cpp @@ -60,6 +60,7 @@ Created by: Puttemans Steven - April 2016 #include #include +#include using namespace std; using namespace cv; diff --git a/modules/core/include/opencv2/core/opencl/opencl_info.hpp b/modules/core/include/opencv2/core/opencl/opencl_info.hpp index 3ead76e5c4..0f0de893ca 100644 --- a/modules/core/include/opencv2/core/opencl/opencl_info.hpp +++ b/modules/core/include/opencv2/core/opencl/opencl_info.hpp @@ -3,6 +3,7 @@ // of this distribution and at http://opencv.org/license.html. #include +#include #include #include diff --git a/modules/core/src/check.cpp b/modules/core/src/check.cpp index ffd9b302bf..2891f3a2e3 100644 --- a/modules/core/src/check.cpp +++ b/modules/core/src/check.cpp @@ -4,6 +4,8 @@ #include "precomp.hpp" +#include + #include "opencv2/core/check.hpp" namespace cv {