rename header to boost errc

This commit is contained in:
Lion Kortlepel 2022-10-06 00:43:17 +02:00
parent c69418ea5e
commit e595192829
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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) {