diff options
Diffstat (limited to 'compat/int-hash.hpp')
-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 { |