summaryrefslogtreecommitdiffstats
path: root/src/node-context.h
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-07-05 12:03:00 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-07-05 12:03:00 +0000
commitbf0a9e25241df945b016d846040648f9a60c1888 (patch)
tree37877389b739cf2f14b0d0c1ea8c9189355c5b75 /src/node-context.h
parentmain-cmdlineact.h: Supply missing #includes/declarations so that we don't dep... (diff)
downloadinkscape-bf0a9e25241df945b016d846040648f9a60c1888.tar.gz
inkscape-bf0a9e25241df945b016d846040648f9a60c1888.zip
node-context.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 r6179)
Diffstat (limited to 'src/node-context.h')
-rw-r--r--src/node-context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node-context.h b/src/node-context.h
index 922569d27..f266cc413 100644
--- a/src/node-context.h
+++ b/src/node-context.h
@@ -11,6 +11,7 @@
* This code is in public domain
*/
+#include <gtk/gtktypeutils.h>
#include <sigc++/sigc++.h>
#include "event-context.h"
#include "forward.h"