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

Merge pull request #24227 from georgthegreat:missing-includes

Add missing <sstream> includes
This commit is contained in:
Alexander Smorkalov
2023-09-06 09:16:57 +03:00
committed by GitHub
3 changed files with 4 additions and 0 deletions
@@ -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>
+2
View File
@@ -4,6 +4,8 @@
#include "precomp.hpp"
#include <sstream>
#include "opencv2/core/check.hpp"
namespace cv {