[mlpack] 28/324: Include stdint, for uint32_t support.

Barak A. Pearlmutter barak+git at cs.nuim.ie
Sun Aug 17 08:21:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch svn-trunk
in repository mlpack.

commit 33d95b167a890084b8961068eae1e81201735e19
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Tue May 27 03:37:49 2014 +0000

    Include stdint, for uint32_t support.
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16560 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 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>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list