From 4f5971e902c1fb828f802faff6461ec66817a779 Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:01:55 +0000 Subject: [PATCH] jabber_whiteboard/message-node.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.) --- src/jabber_whiteboard/message-node.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jabber_whiteboard/message-node.h b/src/jabber_whiteboard/message-node.h index 62e120be6..8609597ce 100644 --- a/src/jabber_whiteboard/message-node.h +++ b/src/jabber_whiteboard/message-node.h @@ -19,6 +19,7 @@ #include "gc-managed.h" #include "gc-anchored.h" #include "gc-finalized.h" +#include "message.h" namespace Inkscape { -- 2.30.2