diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-02-11 22:13:40 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-11 22:13:40 +0100 |
commit | 3fca1dad20a69257504fea1d143bce42296f647c (patch) | |
tree | 4468af0a77e32f868f01d2e85d40a0d6d39d164f /dep/g3dlite/include/G3D/System.h | |
parent | 665bab608c739764a2fe0b4e5ae1f7c37c5814a1 (diff) |
Dep/g3d: Purge Windows.h includes from headers we include
Diffstat (limited to 'dep/g3dlite/include/G3D/System.h')
-rw-r--r-- | dep/g3dlite/include/G3D/System.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dep/g3dlite/include/G3D/System.h b/dep/g3dlite/include/G3D/System.h index 9ed88957d75..81c83527c9c 100644 --- a/dep/g3dlite/include/G3D/System.h +++ b/dep/g3dlite/include/G3D/System.h @@ -21,6 +21,10 @@ #include "G3D/FileNotFound.h" #include <string> +#ifdef G3D_WINDOWS +#include <Windows.h> +#endif + #if defined(__aarch64__) #include <sys/time.h> #endif |