summaryrefslogtreecommitdiff
path: root/libsqlitepp/sqlite-connection.cpp
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-connection.cpp
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-connection.cpp')
-rw-r--r--libsqlitepp/sqlite-connection.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsqlitepp/sqlite-connection.cpp b/libsqlitepp/sqlite-connection.cpp
index e1a6de7..346c6db 100644
--- a/libsqlitepp/sqlite-connection.cpp
+++ b/libsqlitepp/sqlite-connection.cpp
@@ -1,7 +1,10 @@
#include "sqlite-connection.h"
+#include "connection.h"
#include "sqlite-error.h"
#include "sqlite-modifycommand.h"
#include "sqlite-selectcommand.h"
+#include <factory.h>
+#include <memory>
NAMEDFACTORY("sqlite", SQLite::Connection, DB::ConnectionFactory)