diff options
Diffstat (limited to 'src/map/trade.hpp')
-rw-r--r-- | src/map/trade.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/trade.hpp b/src/map/trade.hpp index da0d2b2..1514999 100644 --- a/src/map/trade.hpp +++ b/src/map/trade.hpp @@ -23,7 +23,7 @@ # include "fwd.hpp" -# include "map.hpp" +# include "../mmo/dumb_ptr.hpp" void trade_traderequest(dumb_ptr<map_session_data> sd, BlockId target_id); void trade_tradeack(dumb_ptr<map_session_data> sd, int type); |