diff options
Diffstat (limited to 'src/map/tmw.cpp')
-rw-r--r-- | src/map/tmw.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/tmw.cpp b/src/map/tmw.cpp index d4beef4..9841a75 100644 --- a/src/map/tmw.cpp +++ b/src/map/tmw.cpp @@ -7,7 +7,8 @@ #include "../strings/zstring.hpp" #include "../strings/xstring.hpp" -#include "../common/cxxstdio.hpp" +#include "../io/cxxstdio.hpp" + #include "../common/nullpo.hpp" #include "atcommand.hpp" |