summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket.h')
-rw-r--r--source/packets/cPacket.h4
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