1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

Apply jurgensmirnoff's patch for cvIplDepth and include cvaux.h in opencv.h for OpenCV 2.0

This commit is contained in:
Jeff Rafter 2010-02-27 08:06:28 -08:00
parent 45478f2dfe
commit 94340872bc
3 changed files with 10 additions and 3 deletions

View file

@ -50,6 +50,7 @@ extern "C"{
// OpenCV headers
#include <cxcore.h>
#include <cvaux.h>
#include <cv.h>
#include <highgui.h>
#include <cxmisc.h>