From 3a3dec985daab2baa99dbe157b37587e72e3e23d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 10 Nov 2025 13:39:03 +0100 Subject: [PATCH] tests: add missing include of string.h --- tests/unit/core/test-core-command.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/core/test-core-command.cpp b/tests/unit/core/test-core-command.cpp index 01bb152f8..22d70d51b 100644 --- a/tests/unit/core/test-core-command.cpp +++ b/tests/unit/core/test-core-command.cpp @@ -31,6 +31,7 @@ extern "C" #ifndef HAVE_CONFIG_H #define HAVE_CONFIG_H #endif +#include #include "src/core/weechat.h" #include "src/core/core-command.h" #include "src/core/core-input.h"