mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 07:45:33 +01:00
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 <string>
|
||||||
#include <winerror.h>
|
#include <winerror.h>
|
||||||
|
|
||||||
|
#include "Common/CommonTypes.h"
|
||||||
|
|
||||||
namespace Common
|
namespace Common
|
||||||
{
|
{
|
||||||
std::string GetHResultMessage(HRESULT hr);
|
std::string GetHResultMessage(HRESULT hr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user