diff options
Diffstat (limited to 'content/browser/indexed_db/leveldb/leveldb_slice.h')
-rw-r--r-- | content/browser/indexed_db/leveldb/leveldb_slice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/indexed_db/leveldb/leveldb_slice.h b/content/browser/indexed_db/leveldb/leveldb_slice.h index cb38bec..97aaba2 100644 --- a/content/browser/indexed_db/leveldb/leveldb_slice.h +++ b/content/browser/indexed_db/leveldb/leveldb_slice.h @@ -5,6 +5,7 @@ #ifndef CONTENT_BROWSER_INDEXED_DB_LEVELDB_LEVELDB_SLICE_H_ #define CONTENT_BROWSER_INDEXED_DB_LEVELDB_LEVELDB_SLICE_H_ +#include <string> #include <vector> #include "base/logging.h" |