diff options
Diffstat (limited to 'core/src/participant.cpp')
| -rw-r--r-- | core/src/participant.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/participant.cpp b/core/src/participant.cpp index 6b69754..63df96e 100644 --- a/core/src/participant.cpp +++ b/core/src/participant.cpp @@ -1,8 +1,12 @@ #include "turns/core/participant.hpp" +#include "turns/core/disposition.hpp" #include "turns/core/json_ext.hpp" +#include <glibmm/object.h> +#include <glibmm/objectbase.h> #include <glibmm/refptr.h> +#include <glibmm/ustring.h> #include <nlohmann/json.hpp> |
