summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-08-31 12:00:50 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-09-06 21:14:39 +0000
commit26f80ab2cc41deadc913190d906f71266c4ed224 (patch)
tree699e6e5fd93443996f917073626b56fc64ec1059
parent33f9feecbe71aa6719eb9047ae04d706912a01df (diff)
downloadphosphor-host-ipmid-26f80ab2cc41deadc913190d906f71266c4ed224.tar.gz
phosphor-host-ipmid-26f80ab2cc41deadc913190d906f71266c4ed224.zip
add missing header: map
Change-Id: I453bad9fa811934daea59fdb9a2cc51524403783 Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--ipmi_fru_info_area.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipmi_fru_info_area.hpp b/ipmi_fru_info_area.hpp
index 7faca98..9fe0107 100644
--- a/ipmi_fru_info_area.hpp
+++ b/ipmi_fru_info_area.hpp
@@ -1,4 +1,6 @@
#pragma once
+
+#include <map>
#include <string>
#include <vector>
OpenPOWER on IntegriCloud