diff options
Diffstat (limited to 'src/unclump.cpp')
| -rw-r--r-- | src/unclump.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/unclump.cpp b/src/unclump.cpp index 55825cdd6..e461df701 100644 --- a/src/unclump.cpp +++ b/src/unclump.cpp @@ -13,11 +13,13 @@ #include <algorithm> #include <map> + #include <2geom/transforms.h> -#include "sp-item.h" + #include "unclump.h" -#include <glib.h> +#include "object/sp-item.h" + // Taking bbox of an item is an expensive operation, and we need to do it many times, so here we // cache the centers, widths, and heights of items |
