Skip to content

Commit

Permalink
add includes to concepts file
Browse files Browse the repository at this point in the history
  • Loading branch information
wsekta committed Feb 3, 2024
1 parent f9e41e7 commit d4091bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/orm-cxx/database/binding/BindingConcepts.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#pragma once

#include <string>
#include <type_traits>

#include "orm-cxx/model/IdInfo.hpp"

namespace orm::db::binding
{
template <typename ModelField, typename... Types>
Expand Down

0 comments on commit d4091bb

Please sign in to comment.