diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:01:48 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:01:48 +0000 |
| commit | 364024f9e25944d48b12b0bfc02218bbf5b29ef5 (patch) | |
| tree | 99dc1ee860328d91739e106b31d979ebd5abfc57 /src | |
| parent | helper/unit-tracker.h: Supply missing #includes/declarations so that we don't... (diff) | |
| download | inkscape-364024f9e25944d48b12b0bfc02218bbf5b29ef5.tar.gz inkscape-364024f9e25944d48b12b0bfc02218bbf5b29ef5.zip | |
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.)
(bzr r6172)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ink-action.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <gtk/gtktoggleaction.h> #include <gtk/gtkradioaction.h> #include <glib-object.h> +#include "icon-size.h" /* Equivalent to GTK Actions of the same type, but can support Inkscape SVG icons */ |
