Преглед на файлове

fixed include path for DTBRandom.cpp

Sven Sickert преди 10 години
родител
ревизия
400f5b6b8b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      classifier/fpclassifier/randomforest/DTBRandom.cpp

+ 1 - 1
classifier/fpclassifier/randomforest/DTBRandom.cpp

@@ -8,7 +8,7 @@
 #include <iostream>
 #include <time.h>
 
-#include "vislearning/classifier/fpclassifier/randomforest/DTBRandom.h"
+#include "DTBRandom.h"
 
 using namespace OBJREC;