aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorLee Clagett <code@leeclagett.com>2017-03-18 22:05:14 -0400
committerLee Clagett <code@leeclagett.com>2017-03-18 22:05:14 -0400
commit50cd179a609b036127fc0391493be2f893159c94 (patch)
tree3fbaefca03605b918cc3fb103aeb8eb79b6f939c /src/cryptonote_core
parentMerge pull request #1887 (diff)
downloadmonero-50cd179a609b036127fc0391493be2f893159c94.tar.xz
Removed boost/asio.hpp include from epee/string_tools.h
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r--src/cryptonote_core/blockchain.h1
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>