From 150147aed2951ba0b5c925b2c4f023c5e01f7272 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 8 Feb 2017 23:57:46 -0500 Subject: Use std::any Replace holder types with std::any. Change-Id: I0cd8c2804ad4bff79a0cfe93589e699afb095e5f Signed-off-by: Brad Bishop --- types.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'types.hpp') diff --git a/types.hpp b/types.hpp index ce43d11..fff52d5 100644 --- a/types.hpp +++ b/types.hpp @@ -3,6 +3,7 @@ #include #include #include +#include namespace phosphor { @@ -11,6 +12,8 @@ namespace inventory namespace manager { +namespace any_ns = std::experimental; + /** @brief Inventory manager supported property types. */ using InterfaceVariantType = sdbusplus::message::variant; -- cgit v1.2.1