diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-26 20:16:33 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-26 20:16:33 +0200 |
| commit | 08a8362a39a7b71c087f165a1079b5439c52d35e (patch) | |
| tree | dde0b54f29e0737b7cb061746c3183164c653997 /lang/tests | |
| parent | 7a093920809394f7f31b75c444fe6009d1de7005 (diff) | |
| download | turns-08a8362a39a7b71c087f165a1079b5439c52d35e.tar.xz turns-08a8362a39a7b71c087f165a1079b5439c52d35e.zip | |
turns: perform source cleanup
Diffstat (limited to 'lang/tests')
| -rw-r--r-- | lang/tests/intl_test_init.cpp | 2 | ||||
| -rw-r--r-- | lang/tests/messages.cpp | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lang/tests/intl_test_init.cpp b/lang/tests/intl_test_init.cpp index 6a79040..5438179 100644 --- a/lang/tests/intl_test_init.cpp +++ b/lang/tests/intl_test_init.cpp @@ -3,6 +3,8 @@ #include <libintl.h> +#include <clocale> + namespace turns::lang::tests { diff --git a/lang/tests/messages.cpp b/lang/tests/messages.cpp index 7db0e53..441a831 100644 --- a/lang/tests/messages.cpp +++ b/lang/tests/messages.cpp @@ -5,6 +5,7 @@ #include <libintl.h> +#include <clocale> #include <format> #include <string> |
