From: pjrm Date: Sat, 5 Jul 2008 12:01:48 +0000 (+0000) Subject: ink-action.h: Supply missing #includes/declarations so that we don't depend on order... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=20496841639235adfcfcf4846aa600805275b70b;p=inkscape.git 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.) --- 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 */