diff options
Diffstat (limited to 'dep/g3dlite/include/G3D/AtomicInt32.h')
-rw-r--r-- | dep/g3dlite/include/G3D/AtomicInt32.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dep/g3dlite/include/G3D/AtomicInt32.h b/dep/g3dlite/include/G3D/AtomicInt32.h index 9824d426d74..51561e3dcc4 100644 --- a/dep/g3dlite/include/G3D/AtomicInt32.h +++ b/dep/g3dlite/include/G3D/AtomicInt32.h @@ -12,7 +12,9 @@ #include "G3D/platform.h" #include "G3D/g3dmath.h" -#if defined(G3D_OSX) +#if defined(G3D_WINDOWS) +# include <Windows.h> +#elif defined(G3D_OSX) # include <libkern/OSAtomic.h> #endif |