diff options
Diffstat (limited to 'WebCore/storage/SQLResultSet.cpp')
-rw-r--r-- | WebCore/storage/SQLResultSet.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/storage/SQLResultSet.cpp b/WebCore/storage/SQLResultSet.cpp index 37024a1..19c66c7 100644 --- a/WebCore/storage/SQLResultSet.cpp +++ b/WebCore/storage/SQLResultSet.cpp @@ -29,6 +29,8 @@ #include "config.h" #include "SQLResultSet.h" +#if ENABLE(DATABASE) + #include "ExceptionCode.h" #include "SQLValue.h" @@ -79,3 +81,5 @@ void SQLResultSet::setRowsAffected(int count) } } + +#endif |