X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/4c672170094ffb7a1ef6e1afeb23f55f3da417d7..66e8b80d8fb3d77afa986f4ea236928d513b59c5:/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