diff options
| author | Tim Dwyer <tgdwyer@gmail.com> | 2006-02-06 05:46:33 +0000 |
|---|---|---|
| committer | tgdwyer <tgdwyer@users.sourceforge.net> | 2006-02-06 05:46:33 +0000 |
| commit | c9ef616fe706284c4fc02cfb56abc8505c51f8ab (patch) | |
| tree | dc4d24a3d4a8dc995248462a5d59c287b060563d /src | |
| parent | (bzr r90) (diff) | |
| download | inkscape-c9ef616fe706284c4fc02cfb56abc8505c51f8ab.tar.gz inkscape-c9ef616fe706284c4fc02cfb56abc8505c51f8ab.zip | |
Had to include fstream for overloaded def of <<
(bzr r91)
Diffstat (limited to 'src')
| -rw-r--r-- | src/removeoverlap/pairingheap/PairingHeap.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h> +#include <fstream> // Pairing heap class // // CONSTRUCTION: with no parameters |
