зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ec5a942662
Коммит
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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче