From a54ae366a354e3da9f815b40e5e791dfc74f2919 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 12 Mar 2025 17:28:29 +0000 Subject: [PATCH] Fix a couple of public API header includes --- include/loot/exception/condition_syntax_error.h | 2 +- include/loot/game_interface.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/loot/exception/condition_syntax_error.h b/include/loot/exception/condition_syntax_error.h index 105e0a86..c3f0b18d 100644 --- a/include/loot/exception/condition_syntax_error.h +++ b/include/loot/exception/condition_syntax_error.h @@ -25,7 +25,7 @@ #ifndef LOOT_EXCEPTION_CONDITION_SYNTAX_ERROR #define LOOT_EXCEPTION_CONDITION_SYNTAX_ERROR -#include +#include namespace loot { /** diff --git a/include/loot/game_interface.h b/include/loot/game_interface.h index a0115027..9e41c83a 100644 --- a/include/loot/game_interface.h +++ b/include/loot/game_interface.h @@ -25,6 +25,7 @@ #define LOOT_GAME_INTERFACE #include "loot/database_interface.h" +#include "loot/enum/game_type.h" #include "loot/plugin_interface.h" namespace loot {