diff options
Diffstat (limited to 'src/map/chrif.hpp')
-rw-r--r-- | src/map/chrif.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/map/chrif.hpp b/src/map/chrif.hpp index 7ac16e5..321b3bd 100644 --- a/src/map/chrif.hpp +++ b/src/map/chrif.hpp @@ -25,8 +25,11 @@ # include "../strings/fwd.hpp" +# include "../generic/fwd.hpp" + +# include "../net/fwd.hpp" + # include "../mmo/fwd.hpp" -# include "../mmo/dumb_ptr.hpp" void chrif_setuserid(AccountName); void chrif_setpasswd(AccountPass); |