mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix missing includes
They don't cause a compile-time error, but do cause IDE errors.
This commit is contained in:
@@ -28,8 +28,10 @@ along with LOOT. If not, see
|
||||
#include <boost/locale.hpp>
|
||||
|
||||
#include "loot/loot_version.h"
|
||||
#include "gui/editor_message.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "gui/query/metadata_query.h"
|
||||
#include "gui/state/loot_state.h"
|
||||
|
||||
namespace loot {
|
||||
class GetGameDataQuery : public MetadataQuery {
|
||||
|
||||
Reference in New Issue
Block a user