mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-07 09:55:30 +02: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
|
#ifdef __AFXDLL
|
||||||
#include <AfxWin.h>
|
#include <AfxWin.h>
|
||||||
#else
|
#else
|
||||||
|
struct IUnknown;
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user