diff options
Diffstat (limited to 'src/video_core/swrasterizer.h')
-rw-r--r-- | src/video_core/swrasterizer.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |