summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2009-02-13 23:24:58 +0000
committertweenk <tweenk@users.sourceforge.net>2009-02-13 23:24:58 +0000
commit854f97910845ed8f92640ed9814582f6cf74990d (patch)
treed01b6de79435caab3a8059368b1b627372fbc480 /src
parentFix crashes when tool styles are not set in prefs. (diff)
downloadinkscape-854f97910845ed8f92640ed9814582f6cf74990d.tar.gz
inkscape-854f97910845ed8f92640ed9814582f6cf74990d.zip
Add missing xml/repr.h header.
(bzr r7288)
Diffstat (limited to 'src')
-rw-r--r--src/preferences.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preferences.h b/src/preferences.h
index e1b3136a8..a87a27718 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -19,6 +19,7 @@
#include <climits>
#include <cfloat>
#include "xml/xml-forward.h"
+#include "xml/repr.h"
class SPCSSAttr;