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 {