Fix a couple of public API header includes

This commit is contained in:
Oliver Hamlet
2025-03-12 17:28:29 +00:00
parent 3844e1cf20
commit a54ae366a3
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 {