From cf7ac76de9728e03d88d9a86a408639f2eedb5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 16 May 2021 19:09:18 +0200 Subject: [PATCH] tests: add missing include of locale.h in eval tests --- tests/unit/core/test-core-eval.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/core/test-core-eval.cpp b/tests/unit/core/test-core-eval.cpp index 1c2ae858a..ef1565a8b 100644 --- a/tests/unit/core/test-core-eval.cpp +++ b/tests/unit/core/test-core-eval.cpp @@ -25,6 +25,7 @@ extern "C" { #include #include +#include #include #include "src/core/wee-eval.h" #include "src/core/wee-config.h"