diff -r ad15bdd334bf -r fb1c634fff29 test/heap_test.h --- a/test/heap_test.h Mon Oct 30 12:01:51 2006 +0000 +++ b/test/heap_test.h Mon Oct 30 12:07:52 2006 +0000 @@ -25,6 +25,9 @@ public: typedef std::vector Parent; + typedef int Key; + typedef int Value; + IntIntMap() : Parent() {} IntIntMap(int n) : Parent(n) {} IntIntMap(int n, int v) : Parent(n, v) {}