diff options
Diffstat (limited to 'dom/filesystem/FileSystemUtils.cpp')
-rw-r--r-- | dom/filesystem/FileSystemUtils.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/filesystem/FileSystemUtils.cpp b/dom/filesystem/FileSystemUtils.cpp index 872e049ee..56293cbda 100644 --- a/dom/filesystem/FileSystemUtils.cpp +++ b/dom/filesystem/FileSystemUtils.cpp @@ -5,6 +5,9 @@ * You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "mozilla/dom/FileSystemUtils.h" +#include "nsCharSeparatedTokenizer.h" +#include "nsString.h" +#include "nsTArray.h" namespace mozilla { namespace dom { |