Merge pull request #10581 from shuffle2/win-pch
windows: buildfix if pch not used
This commit is contained in:
commit
edbb0f4df7
|
@ -7,6 +7,8 @@
|
|||
#include <string>
|
||||
#include <winerror.h>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
namespace Common
|
||||
{
|
||||
std::string GetHResultMessage(HRESULT hr);
|
||||
|
|
Loading…
Reference in New Issue