summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-07-29 18:12:39 +0200
committerLioncash <mathew1800@gmail.com>2015-07-29 18:12:39 +0200
commit12a9e8502c73a80efe0bce75d5a6b5e4be59d5e2 (patch)
tree77928d4e8da242f0fadf5f150e8d86122322f69e /src/core/hle/service/am/am.cpp
parentMerge pull request #1009 from lioncash/table (diff)
downloadyuzu-12a9e8502c73a80efe0bce75d5a6b5e4be59d5e2.tar
yuzu-12a9e8502c73a80efe0bce75d5a6b5e4be59d5e2.tar.gz
yuzu-12a9e8502c73a80efe0bce75d5a6b5e4be59d5e2.tar.bz2
yuzu-12a9e8502c73a80efe0bce75d5a6b5e4be59d5e2.tar.lz
yuzu-12a9e8502c73a80efe0bce75d5a6b5e4be59d5e2.tar.xz
yuzu-12a9e8502c73a80efe0bce75d5a6b5e4be59d5e2.tar.zst
yuzu-12a9e8502c73a80efe0bce75d5a6b5e4be59d5e2.zip
Diffstat (limited to 'src/core/hle/service/am/am.cpp')
-rw-r--r--src/core/hle/service/am/am.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index 7332478fb..64f3bc7e9 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -5,6 +5,7 @@
#include "common/logging/log.h"
#include "core/hle/service/service.h"
+#include "core/hle/service/am/am.h"
#include "core/hle/service/am/am_app.h"
#include "core/hle/service/am/am_net.h"
#include "core/hle/service/am/am_sys.h"