From dcf0289900a62b70003b2300037aab5200fbd7cc Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Tue, 27 May 2014 03:37:49 +0000 Subject: [PATCH] Include stdint, for uint32_t support. --- 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 b29209d80c..f518e1d96d 100644 --- a/src/mlpack/core/math/random.hpp +++ b/src/mlpack/core/math/random.hpp @@ -9,6 +9,7 @@ #include #include #include +#include #include