summaryrefslogtreecommitdiffstats
path: root/src/helper
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-07-05 12:01:41 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-07-05 12:01:41 +0000
commitb4c3abe13cd611f405c668a661063d20d7256533 (patch)
treee4129553734a00632971cbf935a391b64e4e1780 /src/helper
parentdisplay/nr-filter-pixops.h: Supply missing #includes/declarations so that we ... (diff)
downloadinkscape-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.h1
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"