summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/sql/SQLiteStatement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/sql/SQLiteStatement.cpp')
-rw-r--r--WebCore/platform/sql/SQLiteStatement.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/sql/SQLiteStatement.cpp b/WebCore/platform/sql/SQLiteStatement.cpp
index ac467a6..4dc80fb 100644
--- a/WebCore/platform/sql/SQLiteStatement.cpp
+++ b/WebCore/platform/sql/SQLiteStatement.cpp
@@ -30,6 +30,7 @@
#include "SQLValue.h"
#include <sqlite3.h>
#include <wtf/Assertions.h>
+#include <wtf/text/CString.h>
namespace WebCore {