fix boost::system::error_code

This commit is contained in:
Lion Kortlepel
2022-10-06 01:31:13 +02:00
parent 67d02d4cf2
commit 7d1318653c
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
#include "TServer.h"
#include <memory>
#include <optional>
#include <boost/system.hpp>
void TClient::DeleteCar(int Ident) {
std::unique_lock lock(mVehicleDataMutex);