diff options
Diffstat (limited to 'core/tests/participant.cpp')
| -rw-r--r-- | core/tests/participant.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/tests/participant.cpp b/core/tests/participant.cpp index 14fb1ae..b969310 100644 --- a/core/tests/participant.cpp +++ b/core/tests/participant.cpp @@ -1,12 +1,13 @@ #include "turns/core/participant.hpp" + #include "turns/core/disposition.hpp" #include <catch2/catch_test_macros.hpp> -#include <compare> - #include <glibmm/init.h> +#include <compare> + namespace turns::core::tests { |
