From: Willem Jan Withagen Date: Thu, 28 Jun 2018 08:24:15 +0000 (+0200) Subject: mgr: fix Clangs/FreeBSD missing vector X-Git-Tag: v14.0.1~976^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F22756%2Fhead;p=ceph.git mgr: fix Clangs/FreeBSD missing vector Signed-off-by: Willem Jan Withagen --- diff --git a/src/mgr/PyModule.h b/src/mgr/PyModule.h index 80d968963754..162d0c90cef0 100644 --- a/src/mgr/PyModule.h +++ b/src/mgr/PyModule.h @@ -16,6 +16,7 @@ #include #include #include +#include #include #include "common/Mutex.h" #include "Python.h"