aboutsummaryrefslogtreecommitdiffstats
path: root/txTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'txTest.cpp')
-rw-r--r--txTest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/txTest.cpp b/txTest.cpp
index dcb2515a..3f67c0a2 100644
--- a/txTest.cpp
+++ b/txTest.cpp
@@ -19,9 +19,12 @@
* @date 2014
* Simple peer transaction send test.
*/
+
+// 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>