ports/graphics/opencv/files/patch-apps__traincascade__imagestorage.h
Jason E. Hale 3a64305d43 - Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
  applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
  graphics/opencv, leaving opencv-core as just the bare minimum required
  for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
  dependent ports
- Add UPDATING entry
2013-12-04 02:51:00 +00:00

10 lines
303 B
C++

--- ./apps/traincascade/imagestorage.h.orig 2013-07-10 07:49:00.000000000 -0400
+++ ./apps/traincascade/imagestorage.h 2013-10-23 23:52:32.000000000 -0400
@@ -1,6 +1,7 @@
#ifndef _OPENCV_IMAGESTORAGE_H_
#define _OPENCV_IMAGESTORAGE_H_
+#include <cstdio>
#include "highgui.h"
using namespace cv;