未验证 提交 f6473821 编写于 作者: A Alexander Smorkalov 提交者: GitHub

Merge pull request #24227 from georgthegreat:missing-includes

Add missing <sstream> includes
...@@ -60,6 +60,7 @@ Created by: Puttemans Steven - April 2016 ...@@ -60,6 +60,7 @@ Created by: Puttemans Steven - April 2016
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>
#include <sstream>
using namespace std; using namespace std;
using namespace cv; using namespace cv;
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
// of this distribution and at http://opencv.org/license.html. // of this distribution and at http://opencv.org/license.html.
#include <iostream> #include <iostream>
#include <sstream>
#include <opencv2/core.hpp> #include <opencv2/core.hpp>
#include <opencv2/core/ocl.hpp> #include <opencv2/core/ocl.hpp>
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
#include "precomp.hpp" #include "precomp.hpp"
#include <sstream>
#include "opencv2/core/check.hpp" #include "opencv2/core/check.hpp"
namespace cv { namespace cv {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册