lib/sqlite/Error: add missing include
https://bugs.musicpd.org/view.php?id=4593
This commit is contained in:
parent
9b5bae049c
commit
afcff1fa77
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue