diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-01 14:54:30 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-01 14:54:30 +0100 |
commit | 7ff1f0911e0b0c314d6e639887b705d6fc0d78aa (patch) | |
tree | cf3f11ce4e60a4a98a9bcff6510d39a692859441 /compat | |
parent | 60eea789335743855f380249b8bbaf544fea3887 (diff) |
wip
Diffstat (limited to 'compat')
-rw-r--r-- | compat/int-hash.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/int-hash.hpp b/compat/int-hash.hpp index 43b92605..ee2dbf16 100644 --- a/compat/int-hash.hpp +++ b/compat/int-hash.hpp @@ -1,5 +1,5 @@ #pragma once -#include <cstddef> +#include "integer-types.hpp" namespace floormat { |