diff options
Diffstat (limited to 'lib/src/turns-init.cpp')
| -rw-r--r-- | lib/src/turns-init.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/src/turns-init.cpp b/lib/src/turns-init.cpp index 544dc14..6fbe837 100644 --- a/lib/src/turns-init.cpp +++ b/lib/src/turns-init.cpp @@ -2,6 +2,7 @@ #include "turns-enums.h" #include "turns-participant.h" +#include "turns-turn-order.h" #include <glib-object.h> #include <glib.h> @@ -10,8 +11,9 @@ G_BEGIN_DECLS auto turns_init() -> void { - g_type_ensure(TURNS_TYPE_PARTICIPANT); g_type_ensure(TURNS_TYPE_DISPOSITION); + g_type_ensure(TURNS_TYPE_PARTICIPANT); + g_type_ensure(TURNS_TYPE_TURN_ORDER); } G_END_DECLS
\ No newline at end of file |
