diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-02-20 00:12:45 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-02-20 00:12:45 +0100 |
| commit | b9c7dd3aa8b77d9812455437411de5c7640cce95 (patch) | |
| tree | c261ac5af10163b220763b9819cbc00dff62558d /src/common.hh | |
Initial DB API with SQLite3 backend
Diffstat (limited to 'src/common.hh')
| -rw-r--r-- | src/common.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common.hh b/src/common.hh new file mode 100644 index 0000000..3b69aee --- /dev/null +++ b/src/common.hh @@ -0,0 +1,6 @@ +#ifndef COMMON_HH +#define COMMON_HH + +#include <cassert> + +#endif /* COMMON_HH */ |
