summaryrefslogtreecommitdiffstats
path: root/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'types.hpp')
-rw-r--r--types.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/types.hpp b/types.hpp
index ce43d11..fff52d5 100644
--- a/types.hpp
+++ b/types.hpp
@@ -3,6 +3,7 @@
#include <map>
#include <string>
#include <sdbusplus/message.hpp>
+#include <experimental/any>
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<bool, int64_t, std::string>;
OpenPOWER on IntegriCloud