#include "../thirdparty/SQLiteCpp/include/SQLiteCpp/SQLiteCpp.h" #include "Customer.h" namespace data { SQLite::Database start_db(); }