0027197: Configuration - fix compilation issues when using mingw
[occt.git] / src / MeshVS / MeshVS_MeshPrsBuilder.cxx
index 54a8e66..1253884 100644 (file)
 #include <TColStd_PackedMapOfInteger.hxx>
 #include <TColStd_SequenceOfInteger.hxx>
 
+#ifdef _WIN32
+  #include <malloc.h> // for alloca()
+#endif
+
 IMPLEMENT_STANDARD_RTTIEXT(MeshVS_MeshPrsBuilder,MeshVS_PrsBuilder)
 
 //================================================================