Code

svg/svg-length.h: Supply missing #includes/declarations so that we don't depend on...
authorpjrm <pjrm@users.sourceforge.net>
Sat, 5 Jul 2008 12:04:14 +0000 (12:04 +0000)
committerpjrm <pjrm@users.sourceforge.net>
Sat, 5 Jul 2008 12:04:14 +0000 (12:04 +0000)
src/svg/svg-length.h

index d4e3334c660448a91ee370766ca07829634e2b22..9623d20f37a1815141138cfcd6e6b9200c91f4d3 100644 (file)
@@ -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: