stop breaking msvc (nw)

This isn't the right solution, the ASIO stuff should move to the build system according to @cuavas, but this gets msvc working again.
This commit is contained in:
Patrick Mackinlay 2019-09-27 10:35:51 +07:00 committed by GitHub
parent 1d8c814c50
commit a0a1148938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,13 @@ http.cpp
HTTP server handling
***************************************************************************/
#include "emu.h"
#ifdef __sun
#define ASIO_DISABLE_DEV_POLL
#define ASIO_HAS_EPOLL
#endif
#include "emu.h"
#include "server_ws_impl.hpp"
#include "server_http_impl.hpp"
#include <fstream>