diff options
Diffstat (limited to 'ui/tests/windows/participant_editor.cpp')
| -rw-r--r-- | ui/tests/windows/participant_editor.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/tests/windows/participant_editor.cpp b/ui/tests/windows/participant_editor.cpp index cd0a61c..2b3f5da 100644 --- a/ui/tests/windows/participant_editor.cpp +++ b/ui/tests/windows/participant_editor.cpp @@ -15,6 +15,9 @@ #include <gtkmm/window.h> #include <adwaita.h> +#include <gtk/gtk.h> + +#include <clocale> namespace turns::ui::windows::tests { @@ -108,4 +111,4 @@ namespace turns::ui::windows::tests } } -} // namespace turns::app::windows::tests
\ No newline at end of file +} // namespace turns::ui::windows::tests
\ No newline at end of file |
