Fixed build with GCC and Clang

This commit is contained in:
Jyrki Vesterinen 2016-07-17 17:31:22 +03:00
parent 9e10291df5
commit 1bf58b83f4

View file

@ -16,6 +16,7 @@
#include <cstdlib> //needed for RAND_MAX
#include <cstdint>
#include <iterator> //needed for std::distance
namespace random_new
{