diff options
Diffstat (limited to 'dom/filesystem/FileSystemUtils.h')
-rw-r--r-- | dom/filesystem/FileSystemUtils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/filesystem/FileSystemUtils.h b/dom/filesystem/FileSystemUtils.h index ae302e07c..42fc5573c 100644 --- a/dom/filesystem/FileSystemUtils.h +++ b/dom/filesystem/FileSystemUtils.h @@ -7,6 +7,8 @@ #ifndef mozilla_dom_FileSystemUtils_h #define mozilla_dom_FileSystemUtils_h +#include "nsString.h" + class nsIFile; namespace mozilla { |