From d57d459050d2cd5d0607e4577e6b8e7ebef42e51 Mon Sep 17 00:00:00 2001 From: "jst%mozilla.jstenback.com" Date: Thu, 22 Apr 2004 00:42:59 +0000 Subject: [PATCH] Fixing build bustage. --- gfx/src/windows/Makefile.in | 3 ++- gfx/src/windows/nsDeviceContextSpecWin.cpp | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gfx/src/windows/Makefile.in b/gfx/src/windows/Makefile.in index 4dcb6d6f64f..79e817f05cd 100644 --- a/gfx/src/windows/Makefile.in +++ b/gfx/src/windows/Makefile.in @@ -62,9 +62,10 @@ REQUIRES = xpcom \ necko \ content \ layout \ - dom \ + dom \ debug \ imglib2 \ + windowwatcher \ $(NULL) CPPSRCS = \ diff --git a/gfx/src/windows/nsDeviceContextSpecWin.cpp b/gfx/src/windows/nsDeviceContextSpecWin.cpp index bceabe8be4a..b18572ff50c 100644 --- a/gfx/src/windows/nsDeviceContextSpecWin.cpp +++ b/gfx/src/windows/nsDeviceContextSpecWin.cpp @@ -49,6 +49,9 @@ #include "nsReadableUtils.h" #include "nsGfxCIID.h" +#include "nsIWindowWatcher.h" +#include "nsIDOMWindow.h" + // File Picker #include "nsILocalFile.h" #include "nsIFile.h"