aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hw/y2r.cpp
diff options
context:
space:
mode:
authorGravatar bunnei <bunneidev@gmail.com>2015-07-29 12:18:29 -0400
committerGravatar bunnei <bunneidev@gmail.com>2015-07-29 12:18:29 -0400
commitd3eb63a773aba1856139d8bbc1a2a98837c212da (patch)
tree07850fe525c70e2f058b6d5f68c4614a827167cf /src/core/hw/y2r.cpp
parentaee575b24d9c0b07741d3e51c096994a7c85b828 (diff)
parent12a9e8502c73a80efe0bce75d5a6b5e4be59d5e2 (diff)
Merge pull request #1012 from lioncash/prototype
core: Fix missing prototype warnings
Diffstat (limited to 'src/core/hw/y2r.cpp')
-rw-r--r--src/core/hw/y2r.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hw/y2r.cpp b/src/core/hw/y2r.cpp
index f80e26ec..082a4db8 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 {