Skip to content

Commit

Permalink
Update SimpleConjunction.h
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel86 authored Sep 8, 2024
1 parent c64c00c commit 50de71a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/knowrob/formulas/SimpleConjunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ namespace knowrob {

} // knowrob

#if FMT_VERSION >= 90000
template <> struct fmt::formatter<knowrob::SimpleConjunction> : fmt::ostream_formatter {};
#endif

#endif //KNOWROB_SIMPLE_CONJUNCTION_H

0 comments on commit 50de71a

Please sign in to comment.