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

Update utility.hpp

Adding missing header for ostream decl. in line 384
This commit is contained in:
Matthias Grundmann
2017-04-10 12:04:09 -07:00
committed by GitHub
parent 0a63ab36bb
commit fce7469961
@@ -54,6 +54,7 @@
#endif
#include "opencv2/core.hpp"
#include <ostream>
namespace cv
{