diff options
Diffstat (limited to 'core/include')
| -rw-r--r-- | core/include/turns/core/fwd.hpp | 2 | ||||
| -rw-r--r-- | core/include/turns/core/turn_order.hpp | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/core/include/turns/core/fwd.hpp b/core/include/turns/core/fwd.hpp index deac497..1646d4b 100644 --- a/core/include/turns/core/fwd.hpp +++ b/core/include/turns/core/fwd.hpp @@ -9,6 +9,6 @@ namespace turns::core struct participant; struct turn_order; -} +} // namespace turns::core #endif
\ No newline at end of file diff --git a/core/include/turns/core/turn_order.hpp b/core/include/turns/core/turn_order.hpp index a617312..52a7268 100644 --- a/core/include/turns/core/turn_order.hpp +++ b/core/include/turns/core/turn_order.hpp @@ -3,6 +3,7 @@ #include "turns/core/fwd.hpp" +#include <glibmm/object.h> #include <glibmm/property.h> #include <glibmm/propertyproxy.h> #include <glibmm/refptr.h> @@ -10,12 +11,13 @@ #include <giomm/listmodel.h> +#include <glib-object.h> +#include <nlohmann/json_fwd.hpp> + #include <limits> #include <optional> #include <vector> -#include <nlohmann/json_fwd.hpp> - namespace turns::core { |
