From 30f2afac9bf023bce081e52e09b1c0a152d9849a Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 26 Aug 2010 22:01:16 +0000 Subject: (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers --- src/misc/binaryheap.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/misc/binaryheap.hpp') diff --git a/src/misc/binaryheap.hpp b/src/misc/binaryheap.hpp index 9096474e8..f7aedfc0a 100644 --- a/src/misc/binaryheap.hpp +++ b/src/misc/binaryheap.hpp @@ -12,6 +12,8 @@ #ifndef BINARYHEAP_HPP #define BINARYHEAP_HPP +#include "../core/alloc_func.hpp" + /* Enable it if you suspect binary heap doesn't work well */ #define BINARYHEAP_CHECK 0 -- cgit v1.2.3-54-g00ecf