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 @@
#ifdef _MSC_VER
#include "windowsStdInt.h"
#else
#include <cstdint> // Use the C99 official header
//#define UINT32_MAX 0xffffffff
#include <stdint.h> // Use the C99 official header
#ifndef UINT32_MAX
#define UINT32_MAX 0xffffffff
#endif
#endif
#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