mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 00:05:34 +00:00
rename header to boost errc
This commit is contained in:
parent
c69418ea5e
commit
e595192829
@ -2,7 +2,7 @@
|
||||
|
||||
#include "CustomAssert.h"
|
||||
#include "TServer.h"
|
||||
#include <boost/system/detail/error_code.hpp>
|
||||
#include <boost/system/errc.hpp>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include <array>
|
||||
#include <boost/asio/ip/address.hpp>
|
||||
#include <boost/asio/ip/address_v4.hpp>
|
||||
#include <boost/system/detail/error_code.hpp>
|
||||
#include <boost/system/errc.hpp>
|
||||
#include <cstring>
|
||||
|
||||
std::vector<uint8_t> StringToVector(const std::string& Str) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user