fixed so the fstream include is added.
git-svn-id: svn://10.0.0.236/trunk@5979 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
#include "nsIStreamListener.h"
|
||||
#include "nsIDTD.h"
|
||||
#include "nsIInputStream.h"
|
||||
#include <fstream.h>
|
||||
|
||||
|
||||
#define NS_IPARSER_IID \
|
||||
{0x355cbba0, 0xbf7d, 0x11d1, \
|
||||
@@ -36,7 +38,6 @@ class nsString;
|
||||
class CToken;
|
||||
class nsIURL;
|
||||
class nsIDTDDebug;
|
||||
class fstream;
|
||||
|
||||
/**
|
||||
* This class defines the iparser interface. This XPCOM
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
#include "nsIStreamListener.h"
|
||||
#include "nsIDTD.h"
|
||||
#include "nsIInputStream.h"
|
||||
#include <fstream.h>
|
||||
|
||||
|
||||
#define NS_IPARSER_IID \
|
||||
{0x355cbba0, 0xbf7d, 0x11d1, \
|
||||
@@ -36,7 +38,6 @@ class nsString;
|
||||
class CToken;
|
||||
class nsIURL;
|
||||
class nsIDTDDebug;
|
||||
class fstream;
|
||||
|
||||
/**
|
||||
* This class defines the iparser interface. This XPCOM
|
||||
|
||||
Reference in New Issue
Block a user