ソースを参照

fixed ifndef for Mex dependency

Johannes Ruehle 11 年 前
コミット
31f34db7b5

+ 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