locale: add missing #include

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2025-06-17 16:38:06 +02:00
parent 19a3ee3af2
commit e0cbc4a90a

View File

@ -1,4 +1,4 @@
/* /*
SPDX-License-Identifier: MIT SPDX-License-Identifier: MIT
Copyright © 2016-2025 Amebis Copyright © 2016-2025 Amebis
*/ */
@ -7,6 +7,9 @@
#include "compat.hpp" #include "compat.hpp"
#include <locale.h> #include <locale.h>
#ifndef _WIN32
#include <xlocale.h>
#endif
#include <memory> #include <memory>
#if defined(__GNUC__) #if defined(__GNUC__)