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 #include +#include "Common/CommonTypes.h" + namespace Common { std::string GetHResultMessage(HRESULT hr);