Fix a couple of includes in libloot API headers

I'll also make these changes to C++ libloot.
This commit is contained in:
Oliver Hamlet
2025-03-25 22:02:15 +00:00
parent 6ea0c47f37
commit 17157f430e
2 changed files with 2 additions and 1 deletions
@@ -25,7 +25,7 @@
#ifndef LOOT_EXCEPTION_CONDITION_SYNTAX_ERROR
#define LOOT_EXCEPTION_CONDITION_SYNTAX_ERROR
#include <stdexcept>
#include <system_error>
namespace loot {
/**
+1
View File
@@ -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 {