#include "library/dao/libraryhashdao.h"
#ifdef __SQLITE3__
typedef struct sqlite3_context sqlite3_context;
#include <sqlite3.h>
typedef struct Mem sqlite3_value;
#endif
class TrackInfoObject;