mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
windows: buildfix if pch not used
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user