From 99e5055436a2dabe426685afd23e54e8b5c3ab79 Mon Sep 17 00:00:00 2001 From: tgdwyer Date: Mon, 6 Feb 2006 05:46:33 +0000 Subject: [PATCH] Had to include fstream for overloaded def of << --- src/removeoverlap/pairingheap/PairingHeap.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2