Commit afcff1fa authored by Max Kellermann's avatar Max Kellermann

lib/sqlite/Error: add missing include

parent 9b5bae04
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
#include <sqlite3.h> #include <sqlite3.h>
#include <string>
static std::string static std::string
MakeSqliteErrorMessage(sqlite3 *db, const char *msg) MakeSqliteErrorMessage(sqlite3 *db, const char *msg)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment