From d4fcb97839a501094db2e1704c9799a107ad100e Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 1 Nov 2017 19:10:19 +0000 Subject: [PATCH] mgr: fix up make_unique usage for backport 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 --- src/mgr/PyModuleRegistry.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mgr/PyModuleRegistry.cc b/src/mgr/PyModuleRegistry.cc index bab057c6c2846..7004ae24462c2 100644 --- a/src/mgr/PyModuleRegistry.cc +++ b/src/mgr/PyModuleRegistry.cc @@ -14,6 +14,7 @@ #include "include/stringify.h" #include "common/errno.h" +#include "common/backport14.h" #include "BaseMgrModule.h" #include "PyOSDMap.h" -- 2.39.5