From 20496841639235adfcfcf4846aa600805275b70b Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:01:48 +0000 Subject: [PATCH] ink-action.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/ink-action.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ink-action.h b/src/ink-action.h index 7ff7ab7d8..ed3c92511 100644 --- a/src/ink-action.h +++ b/src/ink-action.h @@ -7,6 +7,7 @@ #include #include #include +#include "icon-size.h" /* Equivalent to GTK Actions of the same type, but can support Inkscape SVG icons */ -- 2.30.2