Explorar el Código

fixed include path for DTBRandom.cpp

Sven Sickert hace 10 años
padre
commit
400f5b6b8b
Se han modificado 1 ficheros con 1 adiciones y 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;