Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10581 from shuffle2/win-pch
windows: buildfix if pch not used
  • Loading branch information
JosJuice committed Apr 12, 2022
2 parents 62cc7cc + ef8e461 commit edbb0f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Common/HRWrap.h
Expand Up @@ -7,6 +7,8 @@
#include <string>
#include <winerror.h>

#include "Common/CommonTypes.h"

namespace Common
{
std::string GetHResultMessage(HRESULT hr);
Expand Down

0 comments on commit edbb0f4

Please sign in to comment.