diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-16 12:26:07 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-16 13:44:15 +0200 |
commit | 7cb658cc15a18634dd8733954134ad8289da1731 (patch) | |
tree | 2e816c55813ebf1940f38360a82108ef3b78a24e /src | |
parent | 5e9a9fef6edb636b7e6babb743541a18f25bd67f (diff) |
mess around with <memory> inclusion
Diffstat (limited to 'src')
-rw-r--r-- | src/character.cpp | 1 | ||||
-rw-r--r-- | src/scenery.hpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/character.cpp b/src/character.cpp index ff6d5a83..d75070e8 100644 --- a/src/character.cpp +++ b/src/character.cpp @@ -7,6 +7,7 @@ #include "src/RTree-search.hpp" #include "compat/exception.hpp" #include <cmath> +#include <memory> #include <utility> #include <algorithm> diff --git a/src/scenery.hpp b/src/scenery.hpp index a3ba7934..7a03fc87 100644 --- a/src/scenery.hpp +++ b/src/scenery.hpp @@ -3,7 +3,6 @@ #include "tile-defs.hpp" #include "rotation.hpp" #include "entity.hpp" -#include <memory> #include <type_traits> #include <Magnum/Math/Vector2.h> #include <Magnum/Magnum.h> |