diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 07:01:32 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 07:01:32 +0100 |
commit | dbb6d49a5632a26885e6e388128d68fe1932a4ea (patch) | |
tree | 28ccf74c6fe06c1e79a98fc1d534c9086387b849 /serialize/world-impl.hpp | |
parent | 2a0f6513132982c17644fc0917ad1f632b2d5b81 (diff) |
add missing includes
Diffstat (limited to 'serialize/world-impl.hpp')
-rw-r--r-- | serialize/world-impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/serialize/world-impl.hpp b/serialize/world-impl.hpp index 4c206a7e..210b6836 100644 --- a/serialize/world-impl.hpp +++ b/serialize/world-impl.hpp @@ -6,6 +6,7 @@ #include "src/tile.hpp" #include <bit> #include <cstdio> +#include <limits> namespace floormat::Serialize { |