]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: include used header
authorKefu Chai <kchai@redhat.com>
Tue, 29 Jun 2021 06:41:49 +0000 (14:41 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 29 Jun 2021 06:54:08 +0000 (14:54 +0800)
for using std::from_chars()

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/pg_backend.cc

index 8b1a1eeac5b2391800be7a6006aded676b7e3d2c..4ad9ac2fd921eacbdfeb300b566031bdb90f56ee 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "pg_backend.h"
 
+#include <charconv>
 #include <optional>
 #include <boost/range/adaptor/filtered.hpp>
 #include <boost/range/adaptor/transformed.hpp>