mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 00:05:34 +00:00
Debug build fix
This commit is contained in:
parent
67f22c7d76
commit
15cad02e13
@ -1,10 +1,11 @@
|
||||
#include "Http.h"
|
||||
|
||||
#include "Common.h"
|
||||
|
||||
#include <boost/asio/connect.hpp>
|
||||
#include <boost/asio/ip/tcp.hpp>
|
||||
#include <boost/beast.hpp>
|
||||
#include <boost/beast/ssl.hpp>
|
||||
#include "Common.h"
|
||||
|
||||
namespace beast = boost::beast; // from <boost/beast.hpp>
|
||||
namespace http = beast::http; // from <boost/beast/http.hpp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user