diff options
Diffstat (limited to 'src/map/map.cpp')
-rw-r--r-- | src/map/map.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.cpp b/src/map/map.cpp index 4e6cb66..1fd9bb9 100644 --- a/src/map/map.cpp +++ b/src/map/map.cpp @@ -33,6 +33,8 @@ #include "storage.hpp" #include "trade.hpp" +#include "../poison.hpp" + // 極力 staticでローカルに収める static struct dbt *id_db = NULL; |