Add missing <sstream> includes

This commit is contained in:
Yuriy Chernyshov
2023-08-28 19:16:19 +03:00
parent 2c53e3f53d
commit 494d201fda
3 changed files with 4 additions and 0 deletions

View File

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