Skip to content

Commit

Permalink
Updated includes in dev/object_from_column_builder.h
Browse files Browse the repository at this point in the history
  • Loading branch information
trueqbit committed May 4, 2024
1 parent b623f1c commit 58d0d8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dev/object_from_column_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

#include <sqlite3.h>
#include <type_traits> // std::is_member_object_pointer
#include <utility> // std::move

#include "functional/static_magic.h"
#include "type_traits.h"
#include "member_traits/member_traits.h"
#include "table_reference.h"
#include "row_extractor.h"
#include "schema/column.h"
#include "storage_lookup.h"

namespace sqlite_orm {
Expand Down
5 changes: 4 additions & 1 deletion include/sqlite_orm/sqlite_orm.h
Original file line number Diff line number Diff line change
Expand Up @@ -13214,15 +13214,18 @@ namespace sqlite_orm {

#include <sqlite3.h>
#include <type_traits> // std::is_member_object_pointer
#include <utility> // std::move

// #include "functional/static_magic.h"

// #include "type_traits.h"
// #include "member_traits/member_traits.h"

// #include "table_reference.h"

// #include "row_extractor.h"

// #include "schema/column.h"

// #include "storage_lookup.h"

namespace sqlite_orm {
Expand Down

0 comments on commit 58d0d8c

Please sign in to comment.