* fixed ASIO_STANDALONE

This commit is contained in:
end 2016-09-28 07:34:37 +02:00
parent 4ff2994ff5
commit d6075cbe7a
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#define ASIO_STANDALONE
#include <iostream>
#include <getopt.h>
#include <asio.hpp>

View file

@ -1,3 +1,5 @@
#define ASIO_STANDALONE
#include "session.hpp"
#include "game.hpp"
#include "state/commands.hpp"