added missing include

This commit is contained in:
Sascha Kuehl 2024-04-09 20:19:30 +02:00
parent 8f754f3542
commit 1fe5c9bac4
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include "matador/sql/value.hpp" #include "matador/sql/value.hpp"
#include <cstring>
namespace matador::sql { namespace matador::sql {
namespace detail { namespace detail {