summaryrefslogtreecommitdiff
path: root/libsqlitepp/sqlite-command.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-09-21 17:59:41 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-09-21 17:59:41 +0100
commitf036fb38fb75c1298f6729ffc2f7d411b5478854 (patch)
tree12a6345905cceb9f50e189cdf7d2993edd0f14de /libsqlitepp/sqlite-command.h
parentPass cppcheck and clang-tidy (diff)
downloadlibdbpp-sqlite-f036fb38fb75c1298f6729ffc2f7d411b5478854.tar.bz2
libdbpp-sqlite-f036fb38fb75c1298f6729ffc2f7d411b5478854.tar.xz
libdbpp-sqlite-f036fb38fb75c1298f6729ffc2f7d411b5478854.zip
First commit passing IWYU
Diffstat (limited to 'libsqlitepp/sqlite-command.h')
-rw-r--r--libsqlitepp/sqlite-command.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libsqlitepp/sqlite-command.h b/libsqlitepp/sqlite-command.h
index 1bf93c4..cf36ec3 100644
--- a/libsqlitepp/sqlite-command.h
+++ b/libsqlitepp/sqlite-command.h
@@ -1,8 +1,17 @@
#ifndef SQLITE_COMMAND_H
#define SQLITE_COMMAND_H
+#include <boost/date_time/posix_time/posix_time_types.hpp>
+#include <boost/date_time/posix_time/ptime.hpp>
#include <command.h>
+#include <glibmm/ustring.h>
#include <sqlite3.h>
+#include <string>
+#include <string_view>
+
+namespace boost::posix_time {
+ class time_duration;
+}
namespace SQLite {
class Connection;