summaryrefslogtreecommitdiff
path: root/include/fud_vector.hpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2025-01-04 12:02:45 -0600
committerDominick Allen <djallen@librehumanitas.org>2025-01-04 12:02:45 -0600
commit1d357adfa19725ee69fb267a363f1fd217b1272f (patch)
tree8d8710ba8ba7dff0b3da6b073fbb94f1a7b03ec5 /include/fud_vector.hpp
parent0b400af9519444deef4cc6ad2c43c30e2092ab4f (diff)
Various style fixes.HEADmaster
Diffstat (limited to 'include/fud_vector.hpp')
-rw-r--r--include/fud_vector.hpp1
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 {