aboutsummaryrefslogtreecommitdiff
blob: f2dbc4176ae2e4c2a711dd030cde0261fab1451d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- src/mlpack/core/math/random.hpp	2014-02-15 20:47:24.897408021 +0200
+++ src/mlpack/core/math/random.hpp	2014-02-15 20:49:36.190907865 +0200
@@ -26,10 +26,13 @@
 #include <float.h>
 
 #include <boost/random.hpp>
+#include <boost/cstdint.hpp>
 
 namespace mlpack {
 namespace math /** Miscellaneous math routines. */ {
 
+using boost::uint32_t;
+
 // Annoying Boost versioning issues.
 #include <boost/version.hpp>