From 15f5bc794443f3d3348f3f69cb960166b4b4e9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 21 Nov 2021 16:37:23 +0100 Subject: [PATCH] tests: add missing include of stdio.h --- tests/unit/core/test-core-hashtable.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/core/test-core-hashtable.cpp b/tests/unit/core/test-core-hashtable.cpp index 2e209847c..5acc3ce75 100644 --- a/tests/unit/core/test-core-hashtable.cpp +++ b/tests/unit/core/test-core-hashtable.cpp @@ -23,6 +23,7 @@ extern "C" { +#include #include #include "src/core/wee-hashtable.h" #include "src/core/wee-infolist.h"