diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-10-20 10:48:19 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-10-20 10:48:19 -0500 |
commit | 6a27a2a4032e88fa9154ef0f0741edc584f7a701 (patch) | |
tree | 92ca58cbcdd2c1d11b7d69deb0d4925d0f979a3f /include/fud_array.hpp | |
parent | e94db4695e236b42ae1be44b2605075161d5144f (diff) |
Lots of work.
Diffstat (limited to 'include/fud_array.hpp')
-rw-r--r-- | include/fud_array.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fud_array.hpp b/include/fud_array.hpp index 4e2c702..807621a 100644 --- a/include/fud_array.hpp +++ b/include/fud_array.hpp @@ -18,9 +18,9 @@ #ifndef FUD_ARRAY_HPP #define FUD_ARRAY_HPP -#include "fud_memory.hpp" +#include <cstddef> -#include <cstdlib> +#include "fud_memory.hpp" namespace fud { |