1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-21 03:44:05 +00:00

Fix headers

This commit is contained in:
Koncord 2016-08-15 21:15:36 +08:00
parent 32a2327f59
commit 170455e08a

View file

@ -6,8 +6,8 @@
#define OPENMW_MASTERCLIENT_HPP #define OPENMW_MASTERCLIENT_HPP
#include <string> #include <string>
#include <raknet/HTTPConnection2.h> #include <HTTPConnection2.h>
#include <raknet/TCPInterface.h> #include <TCPInterface.h>
#include <mutex> #include <mutex>
class MasterClient class MasterClient