aboutsummaryrefslogtreecommitdiffstats
path: root/fork.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fork.cpp')
-rw-r--r--fork.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/fork.cpp b/fork.cpp
index 93458316..65c5dd3b 100644
--- a/fork.cpp
+++ b/fork.cpp
@@ -19,9 +19,12 @@
* @date 2014
* Tests for different forking behavior
*/
+
+// Make sure boost/asio.hpp is included before windows.h.
#include <boost/asio.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/filesystem/operations.hpp>
+
#include <libethereum/Client.h>
#include <libethereum/CanonBlockChain.h>
#include <libethereum/EthereumHost.h>