]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
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)
commitd4fcb97839a501094db2e1704c9799a107ad100e
tree0f39f18997e78b7ce4211323bfd6077c52e49bee
parentf41cbb72f39359d7efc9feb0825cbad61e51c07c
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 <john.spray@redhat.com>
src/mgr/PyModuleRegistry.cc