diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:01:41 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:01:41 +0000 |
| commit | b4c3abe13cd611f405c668a661063d20d7256533 (patch) | |
| tree | e4129553734a00632971cbf935a391b64e4e1780 /src/helper | |
| parent | display/nr-filter-pixops.h: Supply missing #includes/declarations so that we ... (diff) | |
| download | inkscape-b4c3abe13cd611f405c668a661063d20d7256533.tar.gz inkscape-b4c3abe13cd611f405c668a661063d20d7256533.zip | |
helper/unit-tracker.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 r6171)
Diffstat (limited to 'src/helper')
| -rw-r--r-- | src/helper/unit-tracker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/unit-tracker.h b/src/helper/unit-tracker.h index eee714a2e..30cbdabe0 100644 --- a/src/helper/unit-tracker.h +++ b/src/helper/unit-tracker.h @@ -16,6 +16,7 @@ #include <map> #include <gtk/gtkaction.h> +#include <gtk/gtkliststore.h> #include "helper/units.h" |
