Parcourir la source

fixed include path for DTBRandom.cpp

Sven Sickert il y a 10 ans
Parent
commit
400f5b6b8b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;