Quellcode durchsuchen

fixed include path for DTBRandom.cpp

Sven Sickert vor 10 Jahren
Ursprung
Commit
400f5b6b8b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;