summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-07-29 18:18:29 +0200
committerbunnei <bunneidev@gmail.com>2015-07-29 18:18:29 +0200
commitd3eb63a773aba1856139d8bbc1a2a98837c212da (patch)
tree07850fe525c70e2f058b6d5f68c4614a827167cf
parentMerge pull request #1010 from lioncash/ref (diff)
parentcore: Fix missing prototype warnings (diff)
downloadyuzu-d3eb63a773aba1856139d8bbc1a2a98837c212da.tar
yuzu-d3eb63a773aba1856139d8bbc1a2a98837c212da.tar.gz
yuzu-d3eb63a773aba1856139d8bbc1a2a98837c212da.tar.bz2
yuzu-d3eb63a773aba1856139d8bbc1a2a98837c212da.tar.lz
yuzu-d3eb63a773aba1856139d8bbc1a2a98837c212da.tar.xz
yuzu-d3eb63a773aba1856139d8bbc1a2a98837c212da.tar.zst
yuzu-d3eb63a773aba1856139d8bbc1a2a98837c212da.zip
-rw-r--r--src/core/hle/service/am/am.cpp1
-rw-r--r--src/core/hw/y2r.cpp1
2 files changed, 2 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"
diff --git a/src/core/hw/y2r.cpp b/src/core/hw/y2r.cpp
index f80e26ecd..082a4db82 100644
--- a/src/core/hw/y2r.cpp
+++ b/src/core/hw/y2r.cpp
@@ -14,6 +14,7 @@
#include "common/vector_math.h"
#include "core/hle/service/y2r_u.h"
+#include "core/hw/y2r.h"
#include "core/memory.h"
namespace HW {