[mlpack-svn] r16560 - mlpack/trunk/src/mlpack/core/math

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon May 26 23:37:49 EDT 2014


Author: rcurtin
Date: Mon May 26 23:37:49 2014
New Revision: 16560

Log:
Include stdint, for uint32_t support.


Modified:
   mlpack/trunk/src/mlpack/core/math/random.hpp

Modified: mlpack/trunk/src/mlpack/core/math/random.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/core/math/random.hpp	(original)
+++ mlpack/trunk/src/mlpack/core/math/random.hpp	Mon May 26 23:37:49 2014
@@ -9,6 +9,7 @@
 #include <stdlib.h>
 #include <math.h>
 #include <float.h>
+#include <stdint.h>
 
 #include <boost/random.hpp>
 



More information about the mlpack-svn mailing list