Commit b90de86fd9a7f5e8fd3072a4705183a03a98f820

Authored by Josh Klontz
1 parent a91eb9f9

include fix

Showing 1 changed file with 2 additions and 2 deletions
openbr/plugins/ct8.cpp
@@ -11,9 +11,9 @@ @@ -11,9 +11,9 @@
11 #include <exception> 11 #include <exception>
12 #include <string> 12 #include <string>
13 #include <vector> 13 #include <vector>
14 -#include "openbr_internal.h"  
15 14
16 -#include "core/resource.h" 15 +#include "openbr_internal.h"
  16 +#include "openbr/core/resource.h"
17 17
18 using namespace cv; 18 using namespace cv;
19 using namespace br; 19 using namespace br;