Merge pull request #24227 from georgthegreat:missing-includes

Add missing <sstream> includes
pull/24232/head
Alexander Smorkalov 1 year ago committed by GitHub
commit f64738218a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/visualisation/opencv_visualisation.cpp
  2. 1
      modules/core/include/opencv2/core/opencl/opencl_info.hpp
  3. 2
      modules/core/src/check.cpp

@ -60,6 +60,7 @@ Created by: Puttemans Steven - April 2016
#include <fstream>
#include <iostream>
#include <sstream>
using namespace std;
using namespace cv;

@ -3,6 +3,7 @@
// of this distribution and at http://opencv.org/license.html.
#include <iostream>
#include <sstream>
#include <opencv2/core.hpp>
#include <opencv2/core/ocl.hpp>

@ -4,6 +4,8 @@
#include "precomp.hpp"
#include <sstream>
#include "opencv2/core/check.hpp"
namespace cv {

Loading…
Cancel
Save