desktop/opencascade/missing-header.diff
Adrian Chaves Fernandez (Gallaecio) 16b72d314c Added FreeCAD dependencies.
2011-06-25 13:49:54 +00:00

12 lines
254 B
Diff

--- OSD_MAllocHook.cxx.old 2011-05-19 13:24:52.000000000 +0200
+++ OSD_MAllocHook.cxx.new 2011-06-24 06:42:22.000000000 +0200
@@ -15,6 +15,8 @@
#include <set>
#include <map>
+#include <stdlib.h>
+
#ifndef SIZE_MAX
#define SIZE_MAX UINT_MAX
#endif