windows: buildfix if pch not used

This commit is contained in:
Shawn Hoffman 2022-04-12 12:27:28 -07:00
parent 62cc7cccfa
commit ef8e461ca2
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);