mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 15:47:51 +00:00
core: Fix transitive include build errors
This commit is contained in:
parent
d27abf5546
commit
a3d1429aa5
5 changed files with 9 additions and 0 deletions
|
@ -5,7 +5,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "core/file_sys/vfs_types.h"
|
||||
#include "core/hle/result.h"
|
||||
|
||||
namespace Loader {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue