diff options
Diffstat (limited to 'loader/ground-atlas.cpp')
-rw-r--r-- | loader/ground-atlas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/ground-atlas.cpp b/loader/ground-atlas.cpp index 4b3495a0..fc756395 100644 --- a/loader/ground-atlas.cpp +++ b/loader/ground-atlas.cpp @@ -2,7 +2,7 @@ #include "atlas-loader.inl" #include "ground-traits.hpp" #include "ground-cell.hpp" -#include "compat/borrowed-ptr.inl" +#include "compat/borrowed-ptr.hpp" #include <Magnum/Math/Vector2.h> namespace floormat::loader_detail { |