Merge pull request #10581 from shuffle2/win-pch

windows: buildfix if pch not used
This commit is contained in:
JosJuice 2022-04-12 21:40:31 +02:00 committed by GitHub
commit edbb0f4df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#include <string>
#include <winerror.h>
#include "Common/CommonTypes.h"
namespace Common
{
std::string GetHResultMessage(HRESULT hr);