summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_AddToInventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_AddToInventory.cpp')
-rw-r--r--source/packets/cPacket_AddToInventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_AddToInventory.cpp b/source/packets/cPacket_AddToInventory.cpp
index 72f099e2f..e8701cb7b 100644
--- a/source/packets/cPacket_AddToInventory.cpp
+++ b/source/packets/cPacket_AddToInventory.cpp
@@ -1,6 +1,6 @@
#include "cPacket_AddToInventory.h"
#include "cPacket_WholeInventory.h"
-#include "cItem.h"
+#include "../cItem.h"
#include "cPacket_ItemData.h"
bool cPacket_AddToInventory::Send( cSocket & a_Socket )