mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
7 lines
271 B
C++
7 lines
271 B
C++
--- samples/cpp/image.cpp.orig 2011-06-21 15:24:12.000000000 +0200
|
|
+++ samples/cpp/image.cpp 2011-06-27 08:32:11.174032625 +0200
|
|
@@ -1,3 +1,4 @@
|
|
+#include <cstdio>
|
|
#include "cv.h" // include standard OpenCV headers, same as before
|
|
#include "highgui.h"
|
|
#include "ml.h"
|