mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Don't include random in CommonData
This commit is contained in:
parent
a7edf8a5b3
commit
85fb4f8ea9
@ -20,13 +20,6 @@
|
||||
*/
|
||||
|
||||
#include "CommonData.h"
|
||||
#include <random>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable:4724) // potential mod by 0, line 78 of boost/random/uniform_int_distribution.hpp (boost 1.55)
|
||||
#endif
|
||||
#include <boost/random/uniform_int_distribution.hpp>
|
||||
#if defined(_MSC_VER)
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user