소스 검색

fixed ifndef for Mex dependency

Johannes Ruehle 11 년 전
부모
커밋
31f34db7b5
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      features/simplefeatures/progs/progCodebookRandomForest.cpp

+ 5 - 0
features/simplefeatures/progs/progCodebookRandomForest.cpp

@@ -5,6 +5,9 @@
   * @date 10/05/2014
   */
 
+#ifdef NICE_USELIB_MEX
+#ifdef NICE_USELIB_MATIO
+
 #include <string>
 #include <exception>
 #include <iostream>
@@ -389,3 +392,5 @@ int main(int argc, char **argv)
 
     return 0;
 }
+#endif //#ifdef NICE_USELIB_MATIO
+#endif