From: pjrm Date: Sat, 5 Jul 2008 12:04:14 +0000 (+0000) Subject: svg/svg-length.h: Supply missing #includes/declarations so that we don't depend on... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=586f147d7fadff58491d964e5c040e3137e010f4;p=inkscape.git 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.) --- 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 * Carl Hetherington @@ -15,6 +16,8 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include + class SVGLength { public: