mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-20 11:35:39 +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:
@@ -48,6 +48,7 @@ namespace Catch {
|
||||
#ifdef __AFXDLL
|
||||
#include <AfxWin.h>
|
||||
#else
|
||||
struct IUnknown;
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user