summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/RenderState.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2023-01-28 15:13:49 +1300
committerScott Mansell <phiren@gmail.com>2023-01-31 19:41:23 +1300
commit8f5b196019f60393ea21990e311c744c20aa840e (patch)
tree429eb15637eaff09c5b175bc082920680cfea0cb /Source/Core/VideoCommon/RenderState.cpp
parent2a2014af09a6d3a569f6f74f4d12b9fb02c6dffb (diff)
Minimise include polution from RenderState
Diffstat (limited to 'Source/Core/VideoCommon/RenderState.cpp')
-rw-r--r--Source/Core/VideoCommon/RenderState.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/RenderState.cpp b/Source/Core/VideoCommon/RenderState.cpp
index 85e9adee15..2f9ac39c5e 100644
--- a/Source/Core/VideoCommon/RenderState.cpp
+++ b/Source/Core/VideoCommon/RenderState.cpp
@@ -6,6 +6,7 @@
#include <algorithm>
#include <array>
+#include "VideoCommon/BPMemory.h"
#include "VideoCommon/TextureConfig.h"
void RasterizationState::Generate(const BPMemory& bp, PrimitiveType primitive_type)