diff options
Diffstat (limited to 'WebCore/storage/SQLStatementCallback.h')
-rw-r--r-- | WebCore/storage/SQLStatementCallback.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/WebCore/storage/SQLStatementCallback.h b/WebCore/storage/SQLStatementCallback.h index 58a9436..14d19bb 100644 --- a/WebCore/storage/SQLStatementCallback.h +++ b/WebCore/storage/SQLStatementCallback.h @@ -28,6 +28,8 @@ #ifndef SQLStatementCallback_h #define SQLStatementCallback_h +#if ENABLE(DATABASE) + #include <wtf/Threading.h> namespace WebCore { @@ -43,6 +45,6 @@ public: } -#endif // SQLStatementErrorCallback_h - +#endif +#endif // SQLStatementErrorCallback_h |