```
[ 77%] Building CXX object src/crimson/CMakeFiles/crimson-common.dir/__/crush/CrushLocation.cc.o
In file included from /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/
18.0.0-1862-g7689999c/rpm/el8/BUILD/
ceph-18.0.0-1862-g7689999c/src/common/ceph_context.h:47,
from /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/
18.0.0-1862-g7689999c/rpm/el8/BUILD/
ceph-18.0.0-1862-g7689999c/src/crush/CrushLocation.cc:11:
/home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/
18.0.0-1862-g7689999c/rpm/el8/BUILD/
ceph-18.0.0-1862-g7689999c/src/crush/CrushLocation.h:43:25: error: redefinition of ‘struct fmt::v9::formatter<crimson::crush::CrushLocation>’
43 | template <> struct fmt::formatter<TOPNSPC::crush::CrushLocation> : fmt::ostream_formatter {};
```
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
std::ostream& operator<<(std::ostream& os, const CrushLocation& loc);
}
-#endif
#if FMT_VERSION >= 90000
template <> struct fmt::formatter<TOPNSPC::crush::CrushLocation> : fmt::ostream_formatter {};
#endif
+
+#endif