diff --git a/widget/src/gtk/nsWindow.cpp b/widget/src/gtk/nsWindow.cpp index 226d356f718..be1867d8960 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 2f6ce00a57b..000b6126d11 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"