Bug 920112 - Make sure nsCOMPtr<nsIFile> is defined before using. r=ehsan

This commit is contained in:
Jan Beich 2013-09-26 10:11:37 -04:00
parent 6cadde8ff3
commit a2f7509199

View File

@ -37,6 +37,7 @@
#define mozHunspellDirProvider_h__
#include "nsIDirectoryService.h"
#include "nsIFile.h"
#include "nsISimpleEnumerator.h"
#include "mozilla/Attributes.h"