chiark / gitweb /
Columns are now resizable and wide columns are ellipsized. Columns
[disorder] / lib / heap.h
index c9913defa88a38bf415fad8ffc7ad0d424dd06cc..c6504efedba2af5e1e501eca0c9048832aec6d18 100644 (file)
@@ -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