diff options
Diffstat (limited to 'odb/sqlite/statement.hxx')
-rw-r--r-- | odb/sqlite/statement.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/statement.hxx b/odb/sqlite/statement.hxx index aabb57d..fe3a2a0 100644 --- a/odb/sqlite/statement.hxx +++ b/odb/sqlite/statement.hxx @@ -14,10 +14,10 @@ #include <cstring> // std::strlen, std::memcpy #include <cassert> -#include <odb/forward.hxx> #include <odb/statement.hxx> #include <odb/sqlite/version.hxx> +#include <odb/sqlite/forward.hxx> #include <odb/sqlite/binding.hxx> #include <odb/sqlite/connection.hxx> #include <odb/sqlite/auto-handle.hxx> |