Add association intf if there is inventory path metadata

Change-Id: I7d717d8ea5ccb3186bc18a4d1fea848eb7b0fdff
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/elog_meta.hpp b/elog_meta.hpp
index e31afa9..c0de428 100644
--- a/elog_meta.hpp
+++ b/elog_meta.hpp
@@ -113,6 +113,13 @@
     const std::vector<std::string>& data,
     AssociationList& list);
 
+template <>
+void build<xyz::openbmc_project::Common::
+           Callout::Inventory::CALLOUT_INVENTORY_PATH>(
+    const std::string& match,
+    const std::vector<std::string>& data,
+    AssociationList& list);
+
 #endif // PROCESS_META