From 2a20c5757f99805e5b097f43da7eb20cb080b73c Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 12 Mar 2023 16:46:19 -0700 Subject: [PATCH] Build: Fix build on Visual Studio 2019. --- GPU/Common/ReplacedTexture.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/GPU/Common/ReplacedTexture.cpp b/GPU/Common/ReplacedTexture.cpp index d07c18cac1..5e6a606b39 100644 --- a/GPU/Common/ReplacedTexture.cpp +++ b/GPU/Common/ReplacedTexture.cpp @@ -15,6 +15,7 @@ // Official git repository and contact information can be found at // https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/. +#include #include "ppsspp_config.h" #include