desktop/opencascade/missing-header.diff

12 lines
254 B
Diff
Raw Normal View History

2011-06-25 21:49:54 +08:00
--- 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