summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/HRWrap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/HRWrap.h b/Source/Core/Common/HRWrap.h
index eb70ac6dd5..e1a82f51fd 100644
--- a/Source/Core/Common/HRWrap.h
+++ b/Source/Core/Common/HRWrap.h
@@ -7,6 +7,8 @@
#include <string>
#include <winerror.h>
+#include "Common/CommonTypes.h"
+
namespace Common
{
std::string GetHResultMessage(HRESULT hr);