diff --git a/neo/renderer/jobs/staticshadowvolume/StaticShadowVolume.cpp b/neo/renderer/jobs/staticshadowvolume/StaticShadowVolume.cpp index 044f07c7..31a13611 100644 --- a/neo/renderer/jobs/staticshadowvolume/StaticShadowVolume.cpp +++ b/neo/renderer/jobs/staticshadowvolume/StaticShadowVolume.cpp @@ -28,6 +28,10 @@ If you have questions concerning this license or the applicable additional terms #include "StaticShadowVolume_local.h" +#ifdef _WIN32 // DG: malloc.h needed for _alloca16 +#include +#endif + /* =================== StaticShadowVolumeJob