summaryrefslogtreecommitdiffstats
path: root/src/sqlitepp.hh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/sqlitepp.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sqlitepp.hh b/src/sqlitepp.hh
index 7845a23..0db2020 100644
--- a/src/sqlitepp.hh
+++ b/src/sqlitepp.hh
@@ -37,8 +37,9 @@
#include <sqlite3.h>
#include "base/auto_mem.hh"
+#include "base/intern_string.hh"
+#include "base/types.hh"
#include "optional.hpp"
-#include "shlex.resolver.hh"
/* XXX figure out how to do this with the template */
void sqlite_close_wrapper(void* mem);