diff options
Diffstat (limited to 'src/map/path.cpp')
-rw-r--r-- | src/map/path.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/path.cpp b/src/map/path.cpp index f7fffbe..d66640e 100644 --- a/src/map/path.cpp +++ b/src/map/path.cpp @@ -2,7 +2,8 @@ #include <cassert> -#include "../common/cxxstdio.hpp" +#include "../io/cxxstdio.hpp" + #include "../common/random.hpp" #include "../common/nullpo.hpp" |