summaryrefslogtreecommitdiffstats
path: root/src/style.cpp
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2006-03-13 03:59:25 +0000
committerpjrm <pjrm@users.sourceforge.net>2006-03-13 03:59:25 +0000
commite5bb16b401a42e9f2e7888815286614000f28a84 (patch)
tree2950e859eadfd267faf6bdd5389be38ec1310127 /src/style.cpp
parentMove declaration of sp_svg_read_color,sp_svg_write_color from svg/svg.h to ne... (diff)
downloadinkscape-e5bb16b401a42e9f2e7888815286614000f28a84.tar.gz
inkscape-e5bb16b401a42e9f2e7888815286614000f28a84.zip
#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.
(bzr r232)
Diffstat (limited to 'src/style.cpp')
-rw-r--r--src/style.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.cpp b/src/style.cpp
index ee67469ad..8a28b9f9e 100644
--- a/src/style.cpp
+++ b/src/style.cpp
@@ -23,6 +23,7 @@
#include "xml/croco-node-iface.h"
#include "svg/svg.h"
+#include "svg/svg-color.h"
#include "display/canvas-bpath.h"
#include "attributes.h"