diff options
Diffstat (limited to 'src/map/grfio.hpp')
-rw-r--r-- | src/map/grfio.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/grfio.hpp b/src/map/grfio.hpp index 3083f8c..d9329d3 100644 --- a/src/map/grfio.hpp +++ b/src/map/grfio.hpp @@ -27,7 +27,9 @@ # include <vector> -# include "../mmo/mmo.hpp" +# include "../strings/fwd.hpp" + +# include "../mmo/fwd.hpp" bool load_resnametable(ZString filename); |