From 63181f04464c27802e7951ffc06604a206903496 Mon Sep 17 00:00:00 2001 From: Techjar Date: Fri, 18 Feb 2022 06:34:01 -0500 Subject: [PATCH] ShaderGenCommon: Add missing include --- Source/Core/VideoCommon/ShaderGenCommon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/VideoCommon/ShaderGenCommon.h b/Source/Core/VideoCommon/ShaderGenCommon.h index edbd931db9..bec69fe7c0 100644 --- a/Source/Core/VideoCommon/ShaderGenCommon.h +++ b/Source/Core/VideoCommon/ShaderGenCommon.h @@ -4,6 +4,7 @@ #pragma once #include +#include #include #include #include