From 43d4693ae21b1ac5ab6464eabe0432ddda144381 Mon Sep 17 00:00:00 2001 From: "jst%mozilla.jstenback.com" Date: Wed, 16 Mar 2005 01:50:15 +0000 Subject: [PATCH] Fixing build bustage. --- widget/src/gtk/nsWindow.cpp | 1 + widget/src/gtk2/nsWindow.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/widget/src/gtk/nsWindow.cpp b/widget/src/gtk/nsWindow.cpp index 226d356f7188..be1867d89602 100644 --- a/widget/src/gtk/nsWindow.cpp +++ b/widget/src/gtk/nsWindow.cpp @@ -56,6 +56,7 @@ #include "nsFont.h" #include "nsGUIEvent.h" #include "nsIRenderingContext.h" +#include "nsIDOMNode.h" #include "nsRect.h" #include "nsTransform2D.h" #include "nsGfxCIID.h" diff --git a/widget/src/gtk2/nsWindow.cpp b/widget/src/gtk2/nsWindow.cpp index 2f6ce00a57b1..000b6126d113 100644 --- a/widget/src/gtk2/nsWindow.cpp +++ b/widget/src/gtk2/nsWindow.cpp @@ -44,6 +44,7 @@ #include "nsIRegion.h" #include "nsIRollupListener.h" #include "nsIMenuRollup.h" +#include "nsIDOMNode.h" #include "nsWidgetsCID.h" #include "nsIDragService.h"