diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-03-19 22:55:39 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-03-19 22:55:39 +0200 |
| commit | c97005723c6eb027f8d57c0809ec29b6b5ccb39d (patch) | |
| tree | edb3657b0a06ac339b0b19988634845a4399f8e3 /src | |
| parent | 4a6fc007c65793b9fc2c22ac8cf070f5fd38bb1c (diff) | |
| parent | 50cd179a609b036127fc0391493be2f893159c94 (diff) | |
| download | monzero-core-c97005723c6eb027f8d57c0809ec29b6b5ccb39d.tar.gz monzero-core-c97005723c6eb027f8d57c0809ec29b6b5ccb39d.tar.xz monzero-core-c97005723c6eb027f8d57c0809ec29b6b5ccb39d.zip | |
Merge pull request #1890
50cd179a Removed boost/asio.hpp include from epee/string_tools.h (Lee Clagett)
Diffstat (limited to 'src')
| -rw-r--r-- | src/cryptonote_core/blockchain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_core/blockchain.h b/src/cryptonote_core/blockchain.h index 7dac608c1..9dacba363 100644 --- a/src/cryptonote_core/blockchain.h +++ b/src/cryptonote_core/blockchain.h @@ -29,6 +29,7 @@ // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers #pragma once +#include <boost/asio/io_service.hpp> #include <boost/serialization/serialization.hpp> #include <boost/serialization/version.hpp> #include <boost/serialization/list.hpp> |
