]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: added missing <string> include to PoolMetadata header 32614/head
authorkalebskeithley <kaleb@redhat.com>
Mon, 13 Jan 2020 12:51:59 +0000 (07:51 -0500)
committerJason Dillaman <dillaman@redhat.com>
Mon, 13 Jan 2020 14:07:49 +0000 (09:07 -0500)
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
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 {