* fixed ASIO_STANDALONE
This commit is contained in:
parent
4ff2994ff5
commit
d6075cbe7a
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#define ASIO_STANDALONE
|
||||
|
||||
#include <iostream>
|
||||
#include <getopt.h>
|
||||
#include <asio.hpp>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#define ASIO_STANDALONE
|
||||
|
||||
#include "session.hpp"
|
||||
#include "game.hpp"
|
||||
#include "state/commands.hpp"
|
||||
|
|
Loading…
Reference in a new issue