mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-02 15:55:30 +00:00
add system include
This commit is contained in:
parent
88f5db514f
commit
cc6b7846b2
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/system.hpp>
|
||||
|
||||
using namespace boost::asio;
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user