Browse Source

fixed include path for DTBRandom.cpp

Sven Sickert 10 năm trước cách đây
mục cha
commit
400f5b6b8b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;