From 12a9e8502c73a80efe0bce75d5a6b5e4be59d5e2 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 29 Jul 2015 12:12:39 -0400 Subject: core: Fix missing prototype warnings --- src/core/hw/y2r.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hw/y2r.cpp') 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 { -- cgit v1.2.3