From: pjrm Date: Sat, 5 Jul 2008 12:03:00 +0000 (+0000) Subject: node-context.h: Supply missing #includes/declarations so that we don't depend on... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e9a8b1bfeeff5fec9fade92d0fda852d7060712d;p=inkscape.git 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.) --- 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 #include #include "event-context.h" #include "forward.h"