diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-05-28 10:36:31 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-05-28 10:36:31 +0000 |
| commit | aabb5bb05a97e7414fd6f0204178788800871151 (patch) | |
| tree | 25272b3b11f785f32bfe7692e5fb23d06b7480b1 /src/id-clash.cpp | |
| parent | Extensions to alternate layer visibility for glyph layers. (diff) | |
| download | inkscape-aabb5bb05a97e7414fd6f0204178788800871151.tar.gz inkscape-aabb5bb05a97e7414fd6f0204178788800871151.zip | |
Port of 0.48.x branch revision 9781.
Cleanup of legacy code and casting that was breaking 64-bit gradient use.
Fixes bug #743530 and bug #778441.
Fixed bugs:
- https://launchpad.net/bugs/743530
- https://launchpad.net/bugs/778441
(bzr r10242)
Diffstat (limited to 'src/id-clash.cpp')
| -rw-r--r-- | src/id-clash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/id-clash.cpp b/src/id-clash.cpp index 67e27e2f0..d305b5a9f 100644 --- a/src/id-clash.cpp +++ b/src/id-clash.cpp @@ -22,6 +22,7 @@ #include "id-clash.h" #include "sp-object.h" #include "style.h" +#include "sp-paint-server.h" #include "xml/node.h" #include "xml/repr.h" |
