From 7fbd4c1079a84e246e2090bb903ade17c4b1ffe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 11 Apr 2020 00:01:16 +0200 Subject: [PATCH] tests: add missing include of locale.h This fixes build of tests on FreeBSD. --- tests/unit/core/test-core-calc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/core/test-core-calc.cpp b/tests/unit/core/test-core-calc.cpp index da6e35aab..8a0d4c9b1 100644 --- a/tests/unit/core/test-core-calc.cpp +++ b/tests/unit/core/test-core-calc.cpp @@ -25,6 +25,7 @@ extern "C" { #include #include +#include #include "src/core/wee-arraylist.h" #include "src/core/wee-calc.h"