From 50de71a257c9da88bff39e4356de191572158df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Be=C3=9Fler?= Date: Sun, 8 Sep 2024 21:18:39 +0200 Subject: [PATCH] Update SimpleConjunction.h --- include/knowrob/formulas/SimpleConjunction.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/knowrob/formulas/SimpleConjunction.h b/include/knowrob/formulas/SimpleConjunction.h index a39064d06a..9a6c180be8 100644 --- a/include/knowrob/formulas/SimpleConjunction.h +++ b/include/knowrob/formulas/SimpleConjunction.h @@ -38,4 +38,8 @@ namespace knowrob { } // knowrob +#if FMT_VERSION >= 90000 +template <> struct fmt::formatter : fmt::ostream_formatter {}; +#endif + #endif //KNOWROB_SIMPLE_CONJUNCTION_H