Skip to content

Commit fce7469

Browse files
authored
Update utility.hpp
Adding missing header for ostream decl. in line 384
1 parent 0a63ab3 commit fce7469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/core/include/opencv2/core/utility.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
#endif
5555

5656
#include "opencv2/core.hpp"
57+
#include <ostream>
5758

5859
namespace cv
5960
{

0 commit comments

Comments
 (0)