소스 검색

fixed include path for DTBRandom.cpp

Sven Sickert 10 년 전
부모
커밋
400f5b6b8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;