From 1486221a62743455c60b097ffac607f7720dee2a Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 1 May 2011 21:26:26 +0200 Subject: [PATCH] fix compile on arch linux --- libs/memory/allocator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/memory/allocator.h b/libs/memory/allocator.h index c513d70..ebaeeb5 100644 --- a/libs/memory/allocator.h +++ b/libs/memory/allocator.h @@ -23,6 +23,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define INCLUDED_MEMORY_ALLOCATOR_H #include +#include #if 0 -- 2.39.2