mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
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
This commit is contained in:
parent
ec5a942662
commit
1576f71896
@ -29,6 +29,7 @@
|
||||
#include "nsString.h"
|
||||
#include "prprf.h"
|
||||
#include <iostream.h>
|
||||
#include <iomanip.h> // needed for libstdc++-v3
|
||||
#include "nsWeakReference.h"
|
||||
|
||||
static nsIObserverService *anObserverService = NULL;
|
||||
|
@ -22,6 +22,7 @@
|
||||
*/
|
||||
|
||||
#include <iostream.h>
|
||||
#include <iomanip.h> // needed for libstdc++-v3
|
||||
|
||||
#ifdef XP_MAC
|
||||
#include "macstdlibextras.h"
|
||||
|
Loading…
Reference in New Issue
Block a user