Skip to content
Permalink
Browse files
Fixed a compiler warning due to a wrong include
Follow up to c4a364b
  • Loading branch information
Lemongrass3110 committed Nov 19, 2017
1 parent b2ab972 commit a49a1a52a3e0036c9cad3794c4db5628f088b443
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/map/cashshop.hpp
@@ -7,7 +7,7 @@
#include "../common/cbasetypes.h" // uint16, uint32
#include "../common/timer.h" // ShowWarning, ShowStatus

#include "../config/packets.h"
#include "../config/core.h"

struct map_session_data;

0 comments on commit a49a1a5

Please sign in to comment.