added missing <iostream> header
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 10 Jun 2013 13:47:55 +0000 (17:47 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 10 Jun 2013 13:47:55 +0000 (17:47 +0400)
modules/softcascade/src/precomp.hpp

index ac8eed4..83ba65b 100644 (file)
@@ -43,6 +43,8 @@
 #ifndef __OPENCV_PRECOMP_H__
 #define __OPENCV_PRECOMP_H__
 
+#include <iostream>
+
 #include "opencv2/softcascade.hpp"
 #include "opencv2/imgproc.hpp"