diff options
Diffstat (limited to 'WebCore/storage/SQLResultSet.h')
-rw-r--r-- | WebCore/storage/SQLResultSet.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/storage/SQLResultSet.h b/WebCore/storage/SQLResultSet.h index 58f13b7..5a0ff78 100644 --- a/WebCore/storage/SQLResultSet.h +++ b/WebCore/storage/SQLResultSet.h @@ -29,6 +29,8 @@ #ifndef SQLResultSet_h #define SQLResultSet_h +#if ENABLE(DATABASE) + #include "SQLResultSetRowList.h" #include <wtf/Threading.h> @@ -60,4 +62,6 @@ private: } // namespace WebCore +#endif + #endif // SQLResultSet_h |