diff options
Diffstat (limited to 'app/tests/widgets')
| -rw-r--r-- | app/tests/widgets/participant_row.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/tests/widgets/participant_row.cpp b/app/tests/widgets/participant_row.cpp index ebf1762..3098dbc 100644 --- a/app/tests/widgets/participant_row.cpp +++ b/app/tests/widgets/participant_row.cpp @@ -7,11 +7,11 @@ #include <catch2/catch_test_macros.hpp> #include <catch2/generators/catch_generators.hpp> +#include <gtkmm/widget.h> + #include <algorithm> #include <string> -#include <gtkmm/widget.h> - namespace turns::app::widgets::tests { |
