From 8b0a186ff089009b0acea04214c4e83f13dbee9d Mon Sep 17 00:00:00 2001 From: Ethan Rublee Date: Mon, 29 Nov 2010 08:37:41 +0000 Subject: [PATCH] adding include of "jni.h" --- android/android-jni/jni/image_pool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/android-jni/jni/image_pool.cpp b/android/android-jni/jni/image_pool.cpp index fcbd80e459..4e70a28c4f 100644 --- a/android/android-jni/jni/image_pool.cpp +++ b/android/android-jni/jni/image_pool.cpp @@ -4,7 +4,7 @@ #include #include - +#include using namespace cv; #define LOG_TAG "libandroid-opencv"