From bd5d4e5d36392293eeb966cfdf4b68cca2099a9f Mon Sep 17 00:00:00 2001 From: Tim Dwyer Date: Thu, 26 Jan 2006 05:32:20 +0000 Subject: Fixed bug to do with comparison of invalid constraints in pairing heaps. Also numerical problem with constraint generation fixed. (bzr r30) --- src/removeoverlap/remove_rectangle_overlap.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/removeoverlap/remove_rectangle_overlap.cpp') diff --git a/src/removeoverlap/remove_rectangle_overlap.cpp b/src/removeoverlap/remove_rectangle_overlap.cpp index 30dbbaf9e..34cedf481 100755 --- a/src/removeoverlap/remove_rectangle_overlap.cpp +++ b/src/removeoverlap/remove_rectangle_overlap.cpp @@ -5,6 +5,8 @@ #include "variable.h" #include "constraint.h" #ifdef RECTANGLE_OVERLAP_LOGGING +#include +#include using std::ios; using std::ofstream; using std::endl; -- cgit v1.2.3