diff options
Diffstat (limited to '')
-rw-r--r-- | source/packets/cPacket.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/packets/cPacket.h b/source/packets/cPacket.h index 304d6b8d3..5f226cfcf 100644 --- a/source/packets/cPacket.h +++ b/source/packets/cPacket.h @@ -1,6 +1,8 @@ #pragma once
-#include "cSocket.h"
+#include "../cSocket.h"
+#include "../PacketID.h"
+
#ifdef _WIN32
#include <xstring>
#else
|