Browse Source

fixed ifndef for Mex dependency

Johannes Ruehle 11 years ago
parent
commit
31f34db7b5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      features/simplefeatures/progs/progCodebookRandomForest.cpp

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

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