From c9ef616fe706284c4fc02cfb56abc8505c51f8ab Mon Sep 17 00:00:00 2001 From: Tim Dwyer Date: Mon, 6 Feb 2006 05:46:33 +0000 Subject: Had to include fstream for overloaded def of << (bzr r91) --- src/removeoverlap/pairingheap/PairingHeap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/removeoverlap/pairingheap/PairingHeap.h b/src/removeoverlap/pairingheap/PairingHeap.h index 038a395f4..1c0160141 100644 --- a/src/removeoverlap/pairingheap/PairingHeap.h +++ b/src/removeoverlap/pairingheap/PairingHeap.h @@ -18,6 +18,7 @@ #ifndef PAIRING_HEAP_H_ #define PAIRING_HEAP_H_ #include +#include // Pairing heap class // // CONSTRUCTION: with no parameters -- cgit v1.2.3