From: tgdwyer Date: Mon, 6 Feb 2006 05:46:33 +0000 (+0000) Subject: Had to include fstream for overloaded def of << X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=99e5055436a2dabe426685afd23e54e8b5c3ab79;p=inkscape.git Had to include fstream for overloaded def of << --- 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