summaryrefslogtreecommitdiff
path: root/ui/tests
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-26 20:16:33 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-26 20:16:33 +0200
commit08a8362a39a7b71c087f165a1079b5439c52d35e (patch)
treedde0b54f29e0737b7cb061746c3183164c653997 /ui/tests
parent7a093920809394f7f31b75c444fe6009d1de7005 (diff)
downloadturns-08a8362a39a7b71c087f165a1079b5439c52d35e.tar.xz
turns-08a8362a39a7b71c087f165a1079b5439c52d35e.zip
turns: perform source cleanup
Diffstat (limited to 'ui/tests')
-rw-r--r--ui/tests/gtk_test_init.cpp3
-rw-r--r--ui/tests/widgets/participant_row.cpp6
-rw-r--r--ui/tests/windows/participant_editor.cpp5
-rw-r--r--ui/tests/windows/tracker.cpp4
4 files changed, 15 insertions, 3 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
{
diff --git a/ui/tests/widgets/participant_row.cpp b/ui/tests/widgets/participant_row.cpp
index d3440d0..a8e4166 100644
--- a/ui/tests/widgets/participant_row.cpp
+++ b/ui/tests/widgets/participant_row.cpp
@@ -5,6 +5,10 @@
#include <catch2/catch_test_macros.hpp>
+#include <glibmm/refptr.h>
+
+#include <gtkmm/object.h>
+
namespace turns::ui::widgets::tests
{
@@ -21,4 +25,4 @@ namespace turns::ui::widgets::tests
}
}
-} // namespace turns::app::widgets::tests \ No newline at end of file
+} // namespace turns::ui::widgets::tests \ No newline at end of file
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
diff --git a/ui/tests/windows/tracker.cpp b/ui/tests/windows/tracker.cpp
index d61f868..dc81331 100644
--- a/ui/tests/windows/tracker.cpp
+++ b/ui/tests/windows/tracker.cpp
@@ -15,6 +15,8 @@
#include <adwaita.h>
+#include <clocale>
+
namespace turns::ui::windows::tests
{
@@ -72,4 +74,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