diff options
-rw-r--r-- | lib/collections.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/collections.h b/lib/collections.h index dd603be..5711fc3 100644 --- a/lib/collections.h +++ b/lib/collections.h @@ -4,6 +4,7 @@ #include <array> #include <cstdint> #include <span> +#include <tuple> #include <utility> #include <vector> |