Commit 0d19a61c authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Mods to get rng to compile on Linux

parent 35daf780
...@@ -65,8 +65,10 @@ ...@@ -65,8 +65,10 @@
#ifdef _MSC_VER #ifdef _MSC_VER
#include "windowsStdInt.h" #include "windowsStdInt.h"
#else #else
#include <cstdint> // Use the C99 official header #include <stdint.h> // Use the C99 official header
//#define UINT32_MAX 0xffffffff #ifndef UINT32_MAX
#define UINT32_MAX 0xffffffff
#endif
#endif #endif
#include <cstdlib> #include <cstdlib>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment