Fixing a missing header compilation problem

pull/13383/head
Victor Erukhimov 15 years ago
parent 01c1003d51
commit 1fb6e7d1ce
  1. 1
      samples/c/facedetect.cpp

@ -3,6 +3,7 @@
#include <opencv2/imgproc/imgproc.hpp>
#include <iostream>
#include <stdio.h>
using namespace std;
using namespace cv;

Loading…
Cancel
Save