]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: fix up make_unique usage for backport
authorJohn Spray <john.spray@redhat.com>
Wed, 1 Nov 2017 19:10:19 +0000 (19:10 +0000)
committerJohn Spray <john.spray@redhat.com>
Wed, 1 Nov 2017 23:03:30 +0000 (23:03 +0000)
This was getting the definition some other way in master,
but in luminous we need to include the backport14 header.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mgr/PyModuleRegistry.cc

index bab057c6c2846a60586faec82a41c45290458aa4..7004ae24462c277fbd31f9b476623316aa57ebf4 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "include/stringify.h"
 #include "common/errno.h"
+#include "common/backport14.h"
 
 #include "BaseMgrModule.h"
 #include "PyOSDMap.h"