From 4f56834420ad5029b19bf7fae710754c74051257 Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Tue, 27 Nov 2012 16:52:05 -0800 Subject: [PATCH] correct import. Linux is way whinier about this sort of stuff. --- src/CamShift.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CamShift.cc b/src/CamShift.cc index c44a40b..83d312d 100644 --- a/src/CamShift.cc +++ b/src/CamShift.cc @@ -1,4 +1,4 @@ -#include "Camshift.h" +#include "CamShift.h" #include "OpenCV.h" #include "Matrix.h"