From 98e23cba87cf17d681c47e499a8170dccb13eb9d Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:02:53 +0000 Subject: [PATCH] main-cmdlineact.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/main-cmdlineact.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main-cmdlineact.h b/src/main-cmdlineact.h index b40d7c2ba..aca039f98 100644 --- a/src/main-cmdlineact.h +++ b/src/main-cmdlineact.h @@ -15,6 +15,7 @@ * Released under GNU GPL v2.x, read the file 'COPYING' for more information */ +#include namespace Inkscape { -- 2.30.2