From 962e46889ac90c294c2002a7bfba7dab19e2a7eb Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Sun, 11 Mar 2001 18:10:58 +0000 Subject: [PATCH] Include iomanip.h because we need the |using std::hex| and |using std::dec| from it to build with libstdc++ 3.0. b=63604 r=cls@seawood.org git-svn-id: svn://10.0.0.236/trunk@89289 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/tests/TestObserverService.cpp | 1 + mozilla/xpcom/tools/registry/regxpcom.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/xpcom/tests/TestObserverService.cpp b/mozilla/xpcom/tests/TestObserverService.cpp index 4fef2a8de42..600167dccb6 100644 --- a/mozilla/xpcom/tests/TestObserverService.cpp +++ b/mozilla/xpcom/tests/TestObserverService.cpp @@ -29,6 +29,7 @@ #include "nsString.h" #include "prprf.h" #include +#include // needed for libstdc++-v3 #include "nsWeakReference.h" static nsIObserverService *anObserverService = NULL; diff --git a/mozilla/xpcom/tools/registry/regxpcom.cpp b/mozilla/xpcom/tools/registry/regxpcom.cpp index a57f3b7cca6..c67bb6382f2 100644 --- a/mozilla/xpcom/tools/registry/regxpcom.cpp +++ b/mozilla/xpcom/tools/registry/regxpcom.cpp @@ -22,6 +22,7 @@ */ #include +#include // needed for libstdc++-v3 #ifdef XP_MAC #include "macstdlibextras.h"