add system include

This commit is contained in:
Lion Kortlepel
2022-10-06 00:51:51 +02:00
parent 88f5db514f
commit cc6b7846b2
2 changed files with 2 additions and 0 deletions

View File

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