|
@@ -5,11 +5,13 @@
|
|
|
* @date 23-05-2012 (dd-mm-yyyy)
|
|
|
*/
|
|
|
|
|
|
-#ifdef NICE_USELIB_MATIO
|
|
|
+
|
|
|
|
|
|
#include <ctime>
|
|
|
#include <time.h>
|
|
|
|
|
|
+#ifdef NICE_USELIB_MATIO
|
|
|
+
|
|
|
#include "core/basics/Config.h"
|
|
|
#include "core/basics/Timer.h"
|
|
|
#include "core/algebra/CholeskyRobust.h"
|
|
@@ -1794,4 +1796,10 @@ int main (int argc, char **argv)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
+#else
|
|
|
+int main (int argc, char **argv)
|
|
|
+{
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
#endif
|