diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 09:04:07 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 10:35:00 +0200 |
| commit | 95b940b807eb213e2e86a32f8f4cc98fd6b13400 (patch) | |
| tree | c42c9ba29424e56e27ed2b81eecf8c2d07dde910 /src/character.cpp | |
| parent | 8c2dca2cfaf57f22fe2fe84d939d0071c06ddd6c (diff) | |
src/world: cleanup & fix hash stuff
Diffstat (limited to 'src/character.cpp')
| -rw-r--r-- | src/character.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/character.cpp b/src/character.cpp index e6f2da04..a2098788 100644 --- a/src/character.cpp +++ b/src/character.cpp @@ -5,6 +5,7 @@ #include "src/entity.hpp" #include "shaders/tile.hpp" #include "src/RTree-search.hpp" +#include "compat/exception.hpp" #include <cmath> #include <utility> #include <algorithm> |
