From d6075cbe7aa5d3863663697c1c6ccd816f2e0155 Mon Sep 17 00:00:00 2001 From: end Date: Wed, 28 Sep 2016 07:34:37 +0200 Subject: [PATCH] * fixed ASIO_STANDALONE --- game/main.cpp | 2 ++ game/session.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/game/main.cpp b/game/main.cpp index 2718363..924fcd0 100644 --- a/game/main.cpp +++ b/game/main.cpp @@ -1,3 +1,5 @@ +#define ASIO_STANDALONE + #include #include #include diff --git a/game/session.cpp b/game/session.cpp index 261140b..ef62b5a 100644 --- a/game/session.cpp +++ b/game/session.cpp @@ -1,3 +1,5 @@ +#define ASIO_STANDALONE + #include "session.hpp" #include "game.hpp" #include "state/commands.hpp"