From 27ca0db7a6143d2e479ff1ae52ec7c349ab1d4f2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 7 Jan 2014 23:33:46 +0100 Subject: util/Alloc: new library replacing GLib's g_malloc() --- src/tag/TagPool.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tag/TagPool.cxx') diff --git a/src/tag/TagPool.cxx b/src/tag/TagPool.cxx index 189dbdcc4..409edb662 100644 --- a/src/tag/TagPool.cxx +++ b/src/tag/TagPool.cxx @@ -25,6 +25,7 @@ #include #include +#include Mutex tag_pool_lock; -- cgit v1.2.3