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 {