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 /ui/tests/widgets/participant_row.cpp | |
| parent | 7a093920809394f7f31b75c444fe6009d1de7005 (diff) | |
| download | turns-08a8362a39a7b71c087f165a1079b5439c52d35e.tar.xz turns-08a8362a39a7b71c087f165a1079b5439c52d35e.zip | |
turns: perform source cleanup
Diffstat (limited to 'ui/tests/widgets/participant_row.cpp')
| -rw-r--r-- | ui/tests/widgets/participant_row.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
