Removed boost/asio.hpp include from epee/string_tools.h

This commit is contained in:
Lee Clagett 2017-03-18 22:05:14 -04:00
parent df140d90ee
commit 50cd179a60
9 changed files with 176 additions and 33 deletions

View file

@ -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>