Bug 945045 Followup to compile with external linkage r=Standard8
--- a/mailnews/import/oexpress/nsOEScanBoxes.h
+++ b/mailnews/import/oexpress/nsOEScanBoxes.h
@@ -4,16 +4,17 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef nsOEScanBoxes_h___
#define nsOEScanBoxes_h___
#include "nsStringGlue.h"
#include "nsIImportModule.h"
#include "nsVoidArray.h"
+#include "nsCOMPtr.h"
#include "nsIArray.h"
#include "nsIMutableArray.h"
#include "nsIFile.h"
#include "nsIImportService.h"
class nsIInputStream;
class nsOEScanBoxes {
--- a/mailnews/import/src/nsImportService.cpp
+++ b/mailnews/import/src/nsImportService.cpp
@@ -35,16 +35,17 @@
#include "nsImportStringBundle.h"
#include "nsCRTGlue.h"
#include "nsServiceManagerUtils.h"
#include "nsComponentManagerUtils.h"
#include "nsIMutableArray.h"
#include "nsIArray.h"
#include "nsISupportsArray.h"
#include "nsIMsgSend.h"
+#include "nsMsgUtils.h"
PRLogModuleInfo *IMPORTLOGMODULE = nullptr;
static nsIImportService * gImportService = nullptr;
static const char * kWhitespace = "\b\t\r\n ";
////////////////////////////////////////////////////////////////////////