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 "TServer.h"
#include <boost/system/detail/error_code.hpp>
#include <boost/system/errc.hpp>
#include <memory>
#include <optional>