diff options
Diffstat (limited to 'WebCore/storage/SQLTransactionCallback.h')
-rw-r--r-- | WebCore/storage/SQLTransactionCallback.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/storage/SQLTransactionCallback.h b/WebCore/storage/SQLTransactionCallback.h index bbe62a5..a4cd940 100644 --- a/WebCore/storage/SQLTransactionCallback.h +++ b/WebCore/storage/SQLTransactionCallback.h @@ -29,6 +29,8 @@ #ifndef SQLTransactionCallback_h #define SQLTransactionCallback_h +#if ENABLE(DATABASE) + #include <wtf/Threading.h> namespace WebCore { @@ -44,4 +46,6 @@ public: } +#endif + #endif // SQLTransactionCallback_h |