File wxcam-CImg.h.diff of Package wxcam (Revision f2fcb062f8fba8b4b41a6b1e6135bea6)
Currently displaying revision f2fcb062f8fba8b4b41a6b1e6135bea6 , Show latest
12
1
--- src/frame.h.orig 2009-01-12 00:04:14.000000000 +0100
2
+++ src/frame.h 2009-01-12 00:04:44.000000000 +0100
3
4
#include "motion.h"
5
#include <string>
6
#include <list>
7
-#include <CImg.h>
8
+#include "CImg.h"
9
10
using namespace cimg_library;
11
12