diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2025-01-04 12:02:45 -0600 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2025-01-04 12:02:45 -0600 |
commit | 1d357adfa19725ee69fb267a363f1fd217b1272f (patch) | |
tree | 8d8710ba8ba7dff0b3da6b073fbb94f1a7b03ec5 /include/fud_vector.hpp | |
parent | 0b400af9519444deef4cc6ad2c43c30e2092ab4f (diff) |
Diffstat (limited to 'include/fud_vector.hpp')
-rw-r--r-- | include/fud_vector.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fud_vector.hpp b/include/fud_vector.hpp index 760587b..0a9abf3 100644 --- a/include/fud_vector.hpp +++ b/include/fud_vector.hpp @@ -28,6 +28,7 @@ #include <cstddef> #include <functional> +#include <limits> #include <new> // IWYU pragma: keep (placement new) namespace fud { |