From 691a42fe98954c247a8b7e9305a3e9ca5c04d40c Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 30 Apr 2016 16:34:51 +0100 Subject: VideoCore: Run include-what-you-use and fix most includes. --- src/video_core/swrasterizer.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/video_core/swrasterizer.h') diff --git a/src/video_core/swrasterizer.h b/src/video_core/swrasterizer.h index 090f899bc..0a028b774 100644 --- a/src/video_core/swrasterizer.h +++ b/src/video_core/swrasterizer.h @@ -8,6 +8,12 @@ #include "video_core/rasterizer_interface.h" +namespace Pica { +namespace Shader { +struct OutputVertex; +} +} + namespace VideoCore { class SWRasterizer : public RasterizerInterface { -- cgit v1.2.3