]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: fix Clangs/FreeBSD missing vector 22756/head
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 28 Jun 2018 08:24:15 +0000 (10:24 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 28 Jun 2018 08:24:15 +0000 (10:24 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/mgr/PyModule.h

index 80d968963754f54040f264f4b5213e780e96a538..162d0c90cef05f40706de8c504782998a95b05ab 100644 (file)
@@ -16,6 +16,7 @@
 #include <map>
 #include <memory>
 #include <string>
+#include <vector>
 #include <boost/optional.hpp>
 #include "common/Mutex.h"
 #include "Python.h"