aboutsummaryrefslogtreecommitdiffstats
path: root/createRandomTest.cpp
diff options
context:
space:
mode:
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>