locale: add missing #include
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
19a3ee3af2
commit
e0cbc4a90a
@ -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__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user