From ef8e461ca2d9455e70c8373faf571df4702e58f0 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 12 Apr 2022 12:27:28 -0700 Subject: [PATCH] windows: buildfix if pch not used --- Source/Core/Common/HRWrap.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/Common/HRWrap.h b/Source/Core/Common/HRWrap.h index eb70ac6dd5..e1a82f51fd 100644 --- a/Source/Core/Common/HRWrap.h +++ b/Source/Core/Common/HRWrap.h @@ -7,6 +7,8 @@ #include #include +#include "Common/CommonTypes.h" + namespace Common { std::string GetHResultMessage(HRESULT hr);