X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/4c672170094ffb7a1ef6e1afeb23f55f3da417d7..b0b15b7ced28b3c6ddfcd4b0a7e46ee6432a243c:/lib/heap.h diff --git a/lib/heap.h b/lib/heap.h index c9913de..c6504ef 100644 --- a/lib/heap.h +++ b/lib/heap.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2007 Richard Kettlewell + * Copyright (C) 2007, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,6 +22,8 @@ #ifndef HEAP_H #define HEAP_H +#include "vector.h" + /** @brief Binary heap template. * @param NAME name of type to define * @param ETYPE element type