diff options
Diffstat (limited to 'WebCore/storage/IDBCursorBackendImpl.cpp')
-rw-r--r-- | WebCore/storage/IDBCursorBackendImpl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/storage/IDBCursorBackendImpl.cpp b/WebCore/storage/IDBCursorBackendImpl.cpp index 4e08b8f..d3298b3 100644 --- a/WebCore/storage/IDBCursorBackendImpl.cpp +++ b/WebCore/storage/IDBCursorBackendImpl.cpp @@ -33,6 +33,7 @@ #include "IDBKeyRange.h" #include "IDBObjectStoreBackendImpl.h" #include "IDBRequest.h" +#include "SQLiteDatabase.h" #include "SerializedScriptValue.h" namespace WebCore { |