Browse Source

mersene twister requires <random>

cl-refactor
Eric Lombrozo 11 years ago
committed by Tim Hughes
parent
commit
53b454015f
  1. 1
      libethereum/CommonEth.cpp

1
libethereum/CommonEth.cpp

@ -22,6 +22,7 @@
#include "CommonEth.h"
#include "CryptoHeaders.h"
#include "Exceptions.h"
#include <random>
using namespace std;
using namespace eth;

Loading…
Cancel
Save