diff options
Diffstat (limited to 'webkit/fileapi/file_util_helper.cc')
-rw-r--r-- | webkit/fileapi/file_util_helper.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/fileapi/file_util_helper.cc b/webkit/fileapi/file_util_helper.cc index 43062f6..6914cea 100644 --- a/webkit/fileapi/file_util_helper.cc +++ b/webkit/fileapi/file_util_helper.cc @@ -4,6 +4,8 @@ #include "webkit/fileapi/file_util_helper.h" +#include <stack> + #include "webkit/fileapi/file_system_file_util.h" #include "webkit/fileapi/file_system_operation_context.h" #include "webkit/fileapi/file_system_path.h" |