summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap
diff options
context:
space:
mode:
authorTim Dwyer <tgdwyer@gmail.com>2006-02-06 05:46:33 +0000
committertgdwyer <tgdwyer@users.sourceforge.net>2006-02-06 05:46:33 +0000
commitc9ef616fe706284c4fc02cfb56abc8505c51f8ab (patch)
treedc4d24a3d4a8dc995248462a5d59c287b060563d /src/removeoverlap
parent(bzr r90) (diff)
downloadinkscape-c9ef616fe706284c4fc02cfb56abc8505c51f8ab.tar.gz
inkscape-c9ef616fe706284c4fc02cfb56abc8505c51f8ab.zip
Had to include fstream for overloaded def of <<
(bzr r91)
Diffstat (limited to 'src/removeoverlap')
-rw-r--r--src/removeoverlap/pairingheap/PairingHeap.h1
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