mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 01:13:28 +08:00
added missing <iostream> header
This commit is contained in:
parent
564fd21e87
commit
4f0d72bf43
@ -43,6 +43,8 @@
|
||||
#ifndef __OPENCV_PRECOMP_H__
|
||||
#define __OPENCV_PRECOMP_H__
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "opencv2/softcascade.hpp"
|
||||
#include "opencv2/imgproc.hpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user