diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2022-04-12 12:27:28 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2022-04-12 12:28:57 -0700 |
| commit | ef8e461ca2d9455e70c8373faf571df4702e58f0 (patch) | |
| tree | e7d5603440f8f91b5e1fc19f778e67aab24fa510 /Source/Core | |
| parent | 62cc7cccfa789152eac859062225c9e95c8f073b (diff) | |
windows: buildfix if pch not used
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Common/HRWrap.h | 2 |
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); |
