]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
fix compile on arch linux
authorRudolf Polzer <divverent@alientrap.org>
Sun, 1 May 2011 19:26:26 +0000 (21:26 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 1 May 2011 19:26:26 +0000 (21:26 +0200)
libs/memory/allocator.h

index c513d708d7a8594e63544a549c1284b672951ad5..ebaeeb5ba756a166279534642d17541a213051dc 100644 (file)
@@ -23,6 +23,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #define INCLUDED_MEMORY_ALLOCATOR_H
 
 #include <memory>
+#include <stddef.h>
 
 #if 0