summaryrefslogtreecommitdiff
path: root/rotord/src/cvimage.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-08-28 21:51:56 +0100
committerComment <tim@gray.(none)>2013-08-28 21:51:56 +0100
commit1aacbf3bb5dee98bc5ab4994e1907a8416811941 (patch)
treee7057c80480f7ebb1d9d2998fcf6a5759b42668f /rotord/src/cvimage.h
parentcaed9b7b05005ee2bcec8e7262bf5f63fe2a4df8 (diff)
preview in XML base64
Diffstat (limited to 'rotord/src/cvimage.h')
-rw-r--r--rotord/src/cvimage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/cvimage.h b/rotord/src/cvimage.h
index dc421de..68bdb48 100644
--- a/rotord/src/cvimage.h
+++ b/rotord/src/cvimage.h
@@ -3,6 +3,7 @@
#include <math.h>
#include <cv.h>
+#include <highgui.h>
//converting to use a cv image...
//cv::Mat supports most of what we want here