[mlpack-svn] r11833 - mlpack/trunk/src/mlpack/core/util

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Mar 12 15:24:54 EDT 2012


Author: rcurtin
Date: 2012-03-12 15:24:54 -0400 (Mon, 12 Mar 2012)
New Revision: 11833

Modified:
   mlpack/trunk/src/mlpack/core/util/cli.cpp
Log:
No execinfo.h on Windows.

Modified: mlpack/trunk/src/mlpack/core/util/cli.cpp
===================================================================
--- mlpack/trunk/src/mlpack/core/util/cli.cpp	2012-03-12 19:23:11 UTC (rev 11832)
+++ mlpack/trunk/src/mlpack/core/util/cli.cpp	2012-03-12 19:24:54 UTC (rev 11833)
@@ -10,10 +10,10 @@
 #include <boost/scoped_ptr.hpp>
 #include <iostream>
 #include <string>
-#include <execinfo.h>
 
 #ifndef _WIN32
   #include <sys/time.h> // For Linux.
+  #include <execinfo.h>
 #else
   #include <winsock.h> // timeval on Windows.
   #include <windows.h> // GetSystemTimeAsFileTime() on Windows.




More information about the mlpack-svn mailing list