From 586f147d7fadff58491d964e5c040e3137e010f4 Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:04:14 +0000 Subject: [PATCH] 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.) --- src/svg/svg-length.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- 2.30.2