Include stdint, for uint32_t support.

This commit is contained in:
Ryan Curtin
2014-05-27 03:37:49 +00:00
parent 9291a7ecb1
commit dcf0289900
+1
View File
@@ -9,6 +9,7 @@
#include <stdlib.h>
#include <math.h>
#include <float.h>
#include <stdint.h>
#include <boost/random.hpp>