rename header to boost errc

This commit is contained in:
Lion Kortlepel
2022-10-06 00:43:17 +02:00
parent c69418ea5e
commit e595192829
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#include "CustomAssert.h" #include "CustomAssert.h"
#include "TServer.h" #include "TServer.h"
#include <boost/system/detail/error_code.hpp> #include <boost/system/errc.hpp>
#include <memory> #include <memory>
#include <optional> #include <optional>

View File

@@ -9,7 +9,7 @@
#include <array> #include <array>
#include <boost/asio/ip/address.hpp> #include <boost/asio/ip/address.hpp>
#include <boost/asio/ip/address_v4.hpp> #include <boost/asio/ip/address_v4.hpp>
#include <boost/system/detail/error_code.hpp> #include <boost/system/errc.hpp>
#include <cstring> #include <cstring>
std::vector<uint8_t> StringToVector(const std::string& Str) { std::vector<uint8_t> StringToVector(const std::string& Str) {