diff options
Diffstat (limited to 'ui/tests/gtk_test_init.cpp')
| -rw-r--r-- | ui/tests/gtk_test_init.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/tests/gtk_test_init.cpp b/ui/tests/gtk_test_init.cpp index 734de2f..4bf4303 100644 --- a/ui/tests/gtk_test_init.cpp +++ b/ui/tests/gtk_test_init.cpp @@ -9,6 +9,9 @@ #include <gtkmm/init.h> #include <adwaita.h> +#include <libintl.h> + +#include <clocale> namespace turns::ui::tests { |
