aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/romfs.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-04 11:51:54 -0400
committerGitHub <noreply@github.com>2018-09-04 11:51:54 -0400
commit8ec1e168672a0e3798eb45680e0fed59f3775645 (patch)
treec7358ce2a72143b4fe1704c889716075cce58f98 /src/core/file_sys/romfs.h
parent5a29b358aace5d43fd0208fc390b3198af995174 (diff)
parenta813c10e1c71318925f2e65f2b0926099485bbc4 (diff)
Merge pull request #1235 from lioncash/forward-decl
file_sys: Replace includes with forward declarations where applicable
Diffstat (limited to 'src/core/file_sys/romfs.h')
-rw-r--r--src/core/file_sys/romfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/romfs.h b/src/core/file_sys/romfs.h
index 03a876d22..e54a7d7a9 100644
--- a/src/core/file_sys/romfs.h
+++ b/src/core/file_sys/romfs.h
@@ -6,6 +6,7 @@
#include <array>
#include "common/common_funcs.h"
+#include "common/common_types.h"
#include "common/swap.h"
#include "core/file_sys/vfs.h"