Update utility.hpp

Adding missing header for ostream decl. in line 384
pull/8557/head
Matthias Grundmann 8 years ago committed by GitHub
parent 0a63ab36bb
commit fce7469961
  1. 1
      modules/core/include/opencv2/core/utility.hpp

@ -54,6 +54,7 @@
#endif
#include "opencv2/core.hpp"
#include <ostream>
namespace cv
{

Loading…
Cancel
Save