From 17157f430eb356214c507f68e49e607a1d0ae2ab Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 12 Mar 2025 17:29:52 +0000 Subject: [PATCH] Fix a couple of includes in libloot API headers I'll also make these changes to C++ libloot. --- cxx/include/loot/exception/condition_syntax_error.h | 2 +- cxx/include/loot/game_interface.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cxx/include/loot/exception/condition_syntax_error.h b/cxx/include/loot/exception/condition_syntax_error.h index 105e0a86..c3f0b18d 100644 --- a/cxx/include/loot/exception/condition_syntax_error.h +++ b/cxx/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/cxx/include/loot/game_interface.h b/cxx/include/loot/game_interface.h index a0115027..9e41c83a 100644 --- a/cxx/include/loot/game_interface.h +++ b/cxx/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 {