aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r--TestHelper.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp
index 4ee53f88..16f0d6d1 100644
--- a/TestHelper.cpp
+++ b/TestHelper.cpp
@@ -23,8 +23,11 @@
#include <thread>
#include <chrono>
+
+// Make sure boost/asio.hpp is included before windows.h.
#include <boost/asio.hpp>
#include <boost/filesystem/path.hpp>
+
#include <libethereum/Client.h>
#include <liblll/Compiler.h>
#include <libevm/VMFactory.h>