Explorar o código

fixed include path for DTBRandom.cpp

Sven Sickert %!s(int64=10) %!d(string=hai) anos
pai
achega
400f5b6b8b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;