add system include

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

View File

@ -1,5 +1,6 @@
#pragma once
#include <boost/asio.hpp>
#include <boost/system.hpp>
using namespace boost::asio;

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);