summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc/aoc_u.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-11-08 21:49:45 +0100
committerLioncash <mathew1800@gmail.com>2020-11-08 21:58:11 +0100
commitda7be67dafc90c84529304cfef57dfa5f9291017 (patch)
tree14fb629c96e2c091be2c800f13dc8aff67eeb79f /src/core/hle/service/aoc/aoc_u.cpp
parentMerge pull request #4903 from bunnei/remove-gpu-integrity (diff)
downloadyuzu-da7be67dafc90c84529304cfef57dfa5f9291017.tar
yuzu-da7be67dafc90c84529304cfef57dfa5f9291017.tar.gz
yuzu-da7be67dafc90c84529304cfef57dfa5f9291017.tar.bz2
yuzu-da7be67dafc90c84529304cfef57dfa5f9291017.tar.lz
yuzu-da7be67dafc90c84529304cfef57dfa5f9291017.tar.xz
yuzu-da7be67dafc90c84529304cfef57dfa5f9291017.tar.zst
yuzu-da7be67dafc90c84529304cfef57dfa5f9291017.zip
Diffstat (limited to 'src/core/hle/service/aoc/aoc_u.cpp')
-rw-r--r--src/core/hle/service/aoc/aoc_u.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/aoc/aoc_u.cpp b/src/core/hle/service/aoc/aoc_u.cpp
index 8e79f707b..e58b2c518 100644
--- a/src/core/hle/service/aoc/aoc_u.cpp
+++ b/src/core/hle/service/aoc/aoc_u.cpp
@@ -6,6 +6,7 @@
#include <numeric>
#include <vector>
#include "common/logging/log.h"
+#include "core/core.h"
#include "core/file_sys/content_archive.h"
#include "core/file_sys/control_metadata.h"
#include "core/file_sys/nca_metadata.h"