diff --git a/include/orm/tiny/tinyconcepts.hpp b/include/orm/tiny/tinyconcepts.hpp index 0538c7acd..7e1d6061d 100644 --- a/include/orm/tiny/tinyconcepts.hpp +++ b/include/orm/tiny/tinyconcepts.hpp @@ -49,6 +49,7 @@ namespace Orm::Tiny concept SameDerivedCollectionModel = DerivedCollectionModel && DerivedCollectionModel && std::same_as, U>; + /* Serialization */ struct AttributeItem;