diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-02-11 23:34:59 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-02-11 23:34:59 +0000 |
| commit | c8a761256b40300761c7ff6a0d642ac75b6f541a (patch) | |
| tree | 38146b2cde578ae5dc27feb7ee43809a8f30fc40 /src/ui/widget/style-swatch.cpp | |
| parent | Dropped duplicate code for dom/io and io/ (Bug #1120585 ) (diff) | |
| download | inkscape-c8a761256b40300761c7ff6a0d642ac75b6f541a.tar.gz inkscape-c8a761256b40300761c7ff6a0d642ac75b6f541a.zip | |
A couple of forward declarations
(bzr r12119)
Diffstat (limited to 'src/ui/widget/style-swatch.cpp')
| -rw-r--r-- | src/ui/widget/style-swatch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/style-swatch.cpp b/src/ui/widget/style-swatch.cpp index 60d5f6ecc..44bceb826 100644 --- a/src/ui/widget/style-swatch.cpp +++ b/src/ui/widget/style-swatch.cpp @@ -28,6 +28,7 @@ #include "sp-radial-gradient-fns.h" #include "sp-pattern.h" #include "xml/repr.h" +#include "xml/sp-css-attr.h" #include "widgets/widget-sizes.h" #include "helper/units.h" #include "helper/action.h" |
