added missing include

This commit is contained in:
Sascha Kühl 2025-05-08 22:03:42 +02:00
parent df0be4f37c
commit c9cf4b8997
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <array> #include <array>
#include <string> #include <string>
#include <cstdint>
namespace matador::utils { namespace matador::utils {