From 14c6ef3d83366a1efac34d5870b7ba15841ed724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 5 Nov 2021 20:21:17 +0100 Subject: [PATCH] tests: add missing include of string.h --- tests/unit/core/test-core-hdata.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/core/test-core-hdata.cpp b/tests/unit/core/test-core-hdata.cpp index 008a5c4f0..815434dd4 100644 --- a/tests/unit/core/test-core-hdata.cpp +++ b/tests/unit/core/test-core-hdata.cpp @@ -23,6 +23,7 @@ extern "C" { +#include #include "src/core/wee-hdata.h" #include "src/core/wee-config.h" #include "src/core/wee-hashtable.h"