[mlpack-git] master, mlpack-1.0.x: Include stdint, for uint32_t support. (dcf0289)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:47:59 EST 2015


Repository : https://github.com/mlpack/mlpack

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit dcf0289900a62b70003b2300037aab5200fbd7cc
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue May 27 03:37:49 2014 +0000

    Include stdint, for uint32_t support.


>---------------------------------------------------------------

dcf0289900a62b70003b2300037aab5200fbd7cc
 src/mlpack/core/math/random.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/core/math/random.hpp b/src/mlpack/core/math/random.hpp
index b29209d..f518e1d 100644
--- a/src/mlpack/core/math/random.hpp
+++ b/src/mlpack/core/math/random.hpp
@@ -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-git mailing list