Explorar el Código

Added missing header for r9914

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9915 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage hace 18 años
padre
commit
df84862163
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/map/party.c

+ 1 - 0
src/map/party.c

@@ -21,6 +21,7 @@
 #include "log.h"
 #include "skill.h"
 #include "status.h"
+#include "itemdb.h"
 
 static DB party_db;
 int party_share_level = 10;