diff options
Diffstat (limited to 'src/removeoverlap/remove_rectangle_overlap.cpp')
| -rwxr-xr-x | src/removeoverlap/remove_rectangle_overlap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/removeoverlap/remove_rectangle_overlap.cpp b/src/removeoverlap/remove_rectangle_overlap.cpp index 34cedf481..9f98d5811 100755 --- a/src/removeoverlap/remove_rectangle_overlap.cpp +++ b/src/removeoverlap/remove_rectangle_overlap.cpp @@ -6,7 +6,7 @@ #include "constraint.h" #ifdef RECTANGLE_OVERLAP_LOGGING #include <fstream> -#include <blocks.h> +#include "blocks.h" using std::ios; using std::ofstream; using std::endl; |
