aboutsummaryrefslogtreecommitdiff
path: root/dep/g3dlite/source/debugAssert.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-02-11 22:13:40 +0100
committerShauren <shauren.trinity@gmail.com>2022-02-11 22:13:40 +0100
commit3fca1dad20a69257504fea1d143bce42296f647c (patch)
tree4468af0a77e32f868f01d2e85d40a0d6d39d164f /dep/g3dlite/source/debugAssert.cpp
parent665bab608c739764a2fe0b4e5ae1f7c37c5814a1 (diff)
Dep/g3d: Purge Windows.h includes from headers we include
Diffstat (limited to 'dep/g3dlite/source/debugAssert.cpp')
-rw-r--r--dep/g3dlite/source/debugAssert.cpp1
1 files changed, 1 insertions, 0 deletions
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 <cstdlib>
#ifdef _MSC_VER
+#include <Windows.h>
// disable: "C++ exception handler used"
# pragma warning (push)
# pragma warning (disable : 4530)