mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 11:12:25 +01:00
Fix build error on VS 2015 with Clang/C2
Fixes #690 due to unknown type IUnknown in Windows.h header
This commit is contained in:
parent
35f510545d
commit
bf48c1ddbd
@ -48,6 +48,7 @@ namespace Catch {
|
||||
#ifdef __AFXDLL
|
||||
#include <AfxWin.h>
|
||||
#else
|
||||
struct IUnknown;
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user