aboutsummaryrefslogtreecommitdiffstats
path: root/createRandomTest.cpp
diff options
context:
space:
mode:
authorjhuntley <jhuntley@houghtonassociates.com>2015-02-10 00:31:04 +0800
committerjhuntley <jhuntley@houghtonassociates.com>2015-03-05 00:17:46 +0800
commit5ae585f7cf21ae281f564d0edbad1251129f256d (patch)
tree14c0030e81631ca06fb21a67aa20bf1d2957348e /createRandomTest.cpp
parentb6b80b020006e269c877faee85f6664a1cd925a0 (diff)
downloaddexon-solidity-5ae585f7cf21ae281f564d0edbad1251129f256d.tar.gz
dexon-solidity-5ae585f7cf21ae281f564d0edbad1251129f256d.tar.zst
dexon-solidity-5ae585f7cf21ae281f564d0edbad1251129f256d.zip
asio.h and windows.h build comments as per request.
Diffstat (limited to 'createRandomTest.cpp')
-rw-r--r--createRandomTest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/createRandomTest.cpp b/createRandomTest.cpp
index da1a028b..140a7fb3 100644
--- a/createRandomTest.cpp
+++ b/createRandomTest.cpp
@@ -23,9 +23,12 @@
#include <string>
#include <iostream>
#include <chrono>
+
+// Make sure boost/asio.hpp is included before windows.h.
#include <boost/asio.hpp>
#include <boost/random.hpp>
#include <boost/filesystem/path.hpp>
+
#pragma GCC diagnostic ignored "-Wunused-parameter"
#include <json_spirit/json_spirit.h>
#include <json_spirit/json_spirit_reader_template.h>