summaryrefslogtreecommitdiff
path: root/graphics/gsculpt/files/patch-cpp__Util__Pool.h
blob: 96f063378434a18f3234e1bbbba17552e0e02058 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- cpp/Util/Pool.h.orig
+++ cpp/Util/Pool.h
@@ -8,6 +8,7 @@
 #ifndef POOL_H__
 #define POOL_H__
 
+#include <cstdlib>
 #include <memory.h>
 
 #include <Util/Array.h>