From 3fca1dad20a69257504fea1d143bce42296f647c Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 11 Feb 2022 22:13:40 +0100 Subject: Dep/g3d: Purge Windows.h includes from headers we include --- dep/g3dlite/source/debugAssert.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'dep/g3dlite/source/debugAssert.cpp') diff --git a/dep/g3dlite/source/debugAssert.cpp b/dep/g3dlite/source/debugAssert.cpp index 3c3e43a0af9..ff843fb7ee0 100644 --- a/dep/g3dlite/source/debugAssert.cpp +++ b/dep/g3dlite/source/debugAssert.cpp @@ -23,6 +23,7 @@ #include #ifdef _MSC_VER +#include // disable: "C++ exception handler used" # pragma warning (push) # pragma warning (disable : 4530) -- cgit v1.2.3