1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Move Boost Asio compatibility code to Global.h. Fix by @dydzio06143

This commit is contained in:
Arseniy Shestakov
2018-04-05 19:35:08 +07:00
parent 74e5c5bf05
commit f5d8e5b0cc
3 changed files with 3 additions and 6 deletions

View File

@@ -9,9 +9,6 @@
*/
#include "StdInc.h"
#if BOOST_VERSION >= 106600
#define BOOST_ASIO_ENABLE_OLD_SERVICES
#endif
#include <boost/asio.hpp>
#include "../lib/filesystem/Filesystem.h"