Index: chrome/common/sqlite_compiled_statement.cc |
diff --git a/chrome/common/sqlite_compiled_statement.cc b/chrome/common/sqlite_compiled_statement.cc |
index cdcb8a3f18685908aef93986383c13578f06c34d..94498181403197e2d27d23ad00a2ef5b4aec9752 100644 |
--- a/chrome/common/sqlite_compiled_statement.cc |
+++ b/chrome/common/sqlite_compiled_statement.cc |
@@ -6,6 +6,8 @@ |
#include "base/logging.h" |
#include "base/stl_util-inl.h" |
+#include "chrome/common/sqlite_utils.h" |
+#include "third_party/sqlite/preprocessed/sqlite3.h" |
// SqliteStatementCache ------------------------------------------------------- |