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/sp-object.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/sp-object.cpp')
| -rw-r--r-- | src/sp-object.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-object.cpp b/src/sp-object.cpp index 17def7f15..c37e48983 100644 --- a/src/sp-object.cpp +++ b/src/sp-object.cpp @@ -43,6 +43,7 @@ #include "document.h" #include "style.h" #include "sp-object-repr.h" +#include "sp-paint-server.h" #include "sp-root.h" #include "sp-style-elem.h" #include "sp-script.h" |
