]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: added missing <string> include to PoolMetadata header
authorkalebskeithley <kaleb@redhat.com>
Mon, 13 Jan 2020 12:51:59 +0000 (07:51 -0500)
committerJason Dillaman <dillaman@redhat.com>
Thu, 27 Aug 2020 13:15:58 +0000 (09:15 -0400)
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
(cherry picked from commit 84f629e1b1c8b336b9ce6bcc2466010045e68e7e)

src/librbd/api/PoolMetadata.h

index 977ce3638d1b72f4bc6243c2309b2312753a5352..c0a8173596e5cbc08c83798393e1b559a8c9a19f 100644 (file)
@@ -8,6 +8,7 @@
 #include "include/rados/librados_fwd.hpp"
 
 #include <map>
+#include <string>
 
 namespace librbd {