From eefab471a979c7a3ace48efbe11b4ca560322bb2 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Mon, 16 May 2005 23:34:11 +0000 Subject: [PATCH] fix windows build bustage git-svn-id: svn://10.0.0.236/trunk@173490 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/build/dlldeps.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpcom/build/dlldeps.cpp b/mozilla/xpcom/build/dlldeps.cpp index 45900e1d9ac..73c0200ea8b 100644 --- a/mozilla/xpcom/build/dlldeps.cpp +++ b/mozilla/xpcom/build/dlldeps.cpp @@ -38,6 +38,7 @@ // Force references to all of the symbols that we want exported from // the dll that are located in the .lib files we link with +#include #include "nsVoidArray.h" #include "nsValueArray.h" #include "nsIAtom.h"