summaryrefslogtreecommitdiff
path: root/src/common.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2015-02-20 00:12:45 +0100
committerJoel Klinghed <the_jk@yahoo.com>2015-02-20 00:12:45 +0100
commitb9c7dd3aa8b77d9812455437411de5c7640cce95 (patch)
treec261ac5af10163b220763b9819cbc00dff62558d /src/common.hh
Initial DB API with SQLite3 backend
Diffstat (limited to 'src/common.hh')
-rw-r--r--src/common.hh6
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 */