about summary refs log tree commit diff stats
path: root/src/sqliteinterface.hpp
blob: 6a38d2ce8558778c26a11b49198ea3ef92a32248 (plain) (blame)
1
2
3
4
5
6
7
#ifndef SQLITEINTERFACE_H
#define SQLITEINTERFACE_H
#include <string>
#include <sqlite3.h>
 

#endif