diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-05-11 15:52:15 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-05-11 15:52:15 -0600 |
commit | b93c1bf3d67716231d2ff7ee4154b8c80a251b10 (patch) | |
tree | cd45655102052480e02f2e7dbf274108e0c263c0 /src/libstore/sqlite.hh | |
parent | 59b1f5c70150a81c7a6fa0dc3309a9d44e9621f8 (diff) |
fixes to merged code
Diffstat (limited to 'src/libstore/sqlite.hh')
-rw-r--r-- | src/libstore/sqlite.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/sqlite.hh b/src/libstore/sqlite.hh index ce27033c9..ccfac48d8 100644 --- a/src/libstore/sqlite.hh +++ b/src/libstore/sqlite.hh @@ -3,7 +3,7 @@ #include <functional> #include <string> -#include "types.hh" +#include "error.hh" struct sqlite3; struct sqlite3_stmt; |