Chromium Code Reviews| Index: sql/recovery.cc |
| diff --git a/sql/recovery.cc b/sql/recovery.cc |
| index 09e0c37b8fb643c379d46b670e5277bfeef1c8e7..b79fe08598ec331a7452f70c9b56fdc23ed009d0 100644 |
| --- a/sql/recovery.cc |
| +++ b/sql/recovery.cc |
| @@ -16,6 +16,7 @@ |
| #include "sql/connection.h" |
| #include "sql/statement.h" |
| #include "third_party/sqlite/sqlite3.h" |
| +#include "third_party/sqlite/src/src/recover.h" |
|
Scott Hess - ex-Googler
2016/03/02 01:17:37
I originally had third_party/sqlite/sqlite3.h incl
Scott Hess - ex-Googler
2016/03/09 06:33:16
Looks like I get to figure it out now, since other
|
| namespace sql { |