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:
dbaron%fas.harvard.edu 2001-03-11 18:10:58 +00:00
Родитель ec5a942662
Коммит 1576f71896
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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"