aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hw
diff options
context:
space:
mode:
authorGravatar Lioncash <mathew1800@gmail.com>2015-07-29 12:12:39 -0400
committerGravatar Lioncash <mathew1800@gmail.com>2015-07-29 12:12:39 -0400
commit12a9e8502c73a80efe0bce75d5a6b5e4be59d5e2 (patch)
tree77928d4e8da242f0fadf5f150e8d86122322f69e /src/core/hw
parent8165de065b8bb3c9d3d9c011904446f94c788abd (diff)
core: Fix missing prototype warnings
Diffstat (limited to 'src/core/hw')
-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 {