summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-01 00:32:10 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-01 00:32:10 +0300
commit23e0b9550304fa4c8f412c09ce67d307d1878312 (patch)
tree67221624f8bba25ff0847c450a0faf529723db57 /src/game.cpp
parent3d9372a2b17f50cfe2fca55dc59ad2db66df2e97 (diff)
downloadplus-23e0b9550304fa4c8f412c09ce67d307d1878312.tar.gz
plus-23e0b9550304fa4c8f412c09ce67d307d1878312.tar.bz2
plus-23e0b9550304fa4c8f412c09ce67d307d1878312.tar.xz
plus-23e0b9550304fa4c8f412c09ce67d307d1878312.zip
Fix possible crash on exit with opened storage window.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index e7ab0cb10..8495a39a0 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -101,6 +101,7 @@
#include "net/generalhandler.h"
#include "net/gamehandler.h"
+#include "net/inventoryhandler.h"
#include "net/packetcounters.h"
#include "net/serverfeatures.h"