From b90de86fd9a7f5e8fd3072a4705183a03a98f820 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Thu, 18 Apr 2013 19:43:26 -0400 Subject: [PATCH] include fix --- openbr/plugins/ct8.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbr/plugins/ct8.cpp b/openbr/plugins/ct8.cpp index 51d5598..a48fb24 100644 --- a/openbr/plugins/ct8.cpp +++ b/openbr/plugins/ct8.cpp @@ -11,9 +11,9 @@ #include #include #include -#include "openbr_internal.h" -#include "core/resource.h" +#include "openbr_internal.h" +#include "openbr/core/resource.h" using namespace cv; using namespace br; -- libgit2 0.21.4