diff options
author | jhuntley <jhuntley@houghtonassociates.com> | 2015-02-10 00:31:04 +0800 |
---|---|---|
committer | jhuntley <jhuntley@houghtonassociates.com> | 2015-03-05 00:17:46 +0800 |
commit | 5ae585f7cf21ae281f564d0edbad1251129f256d (patch) | |
tree | 14c0030e81631ca06fb21a67aa20bf1d2957348e /TestHelper.cpp | |
parent | b6b80b020006e269c877faee85f6664a1cd925a0 (diff) | |
download | dexon-solidity-5ae585f7cf21ae281f564d0edbad1251129f256d.tar dexon-solidity-5ae585f7cf21ae281f564d0edbad1251129f256d.tar.gz dexon-solidity-5ae585f7cf21ae281f564d0edbad1251129f256d.tar.bz2 dexon-solidity-5ae585f7cf21ae281f564d0edbad1251129f256d.tar.lz dexon-solidity-5ae585f7cf21ae281f564d0edbad1251129f256d.tar.xz dexon-solidity-5ae585f7cf21ae281f564d0edbad1251129f256d.tar.zst dexon-solidity-5ae585f7cf21ae281f564d0edbad1251129f256d.zip |
asio.h and windows.h build comments as per request.
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r-- | TestHelper.cpp | 3 |
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> |