From 9422e32f2326088edcc19f8e0a9aeb6d2d6a7e37 Mon Sep 17 00:00:00 2001 From: Gauvain 'GovanifY' Roussel-Tarbouriech Date: Thu, 13 May 2021 15:37:35 +0200 Subject: [PATCH] gs: ensure avx2 has access to gsvector8 --- pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.x86.avx2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.x86.avx2.cpp b/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.x86.avx2.cpp index e1b46aa7fa..2e7a8fcbc6 100644 --- a/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.x86.avx2.cpp +++ b/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.x86.avx2.cpp @@ -17,6 +17,7 @@ #include "GSDrawScanlineCodeGenerator.h" #include "GSVertexSW.h" #include "../../GS_codegen.h" +#include "../../GSVector.h" #if _M_SSE >= 0x501 && !(defined(_M_AMD64) || defined(_WIN64))