From ca8bf60fac5c103c75e5567dbf3e77114682c51f Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Wed, 23 Nov 2005 14:41:41 +0000 Subject: [PATCH] Bustage fix, bug 316414 part 1. git-svn-id: svn://10.0.0.236/trunk@185200 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/build/nsXPComInit.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpcom/build/nsXPComInit.cpp b/mozilla/xpcom/build/nsXPComInit.cpp index 2096c898df2..8bd25cf2e78 100644 --- a/mozilla/xpcom/build/nsXPComInit.cpp +++ b/mozilla/xpcom/build/nsXPComInit.cpp @@ -72,6 +72,7 @@ #include "nsEventQueueService.h" #include "nsEventQueue.h" +#include "nsEventQueueUtils.h" #include "nsIProxyObjectManager.h" #include "nsProxyEventPrivate.h" // access to the impl of nsProxyObjectManager for the generic factory registration.