summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-07-05 12:04:14 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-07-05 12:04:14 +0000
commit15837c95710b530f1abcea7a9bd37feb888074ec (patch)
treeba9500dda18f789c2e794fbbe67afec742a316ae /src
parentsplivarot.h: Supply missing #includes/declarations so that we don't depend on... (diff)
downloadinkscape-15837c95710b530f1abcea7a9bd37feb888074ec.tar.gz
inkscape-15837c95710b530f1abcea7a9bd37feb888074ec.zip
svg/svg-length.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
(bzr r6187)
Diffstat (limited to 'src')
-rw-r--r--src/svg/svg-length.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/svg/svg-length.h b/src/svg/svg-length.h
index d4e3334c6..9623d20f3 100644
--- a/src/svg/svg-length.h
+++ b/src/svg/svg-length.h
@@ -4,7 +4,8 @@
/**
* \file src/svg/svg-length.h
* \brief SVG length type
- *
+ */
+/*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
* Carl Hetherington <inkscape@carlh.net>
@@ -15,6 +16,8 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#include <glib/gtypes.h>
+
class SVGLength
{
public: