summaryrefslogtreecommitdiffstats
path: root/frup.hpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-20 09:13:04 -0700
committerPatrick Venture <venture@google.com>2018-10-20 09:13:04 -0700
commite4024bc3acdf410e814af34eeee6cd87e3cbcaf5 (patch)
treed1239435a55a67c9e9f98a36e99fdd36d470ecbc /frup.hpp
parent5b8b8ac53bb5e9490606d733113a3e0cbb3f7113 (diff)
downloadipmi-fru-parser-e4024bc3acdf410e814af34eeee6cd87e3cbcaf5.tar.gz
ipmi-fru-parser-e4024bc3acdf410e814af34eeee6cd87e3cbcaf5.zip
frup: add missing header
Add missing header "utility" provides std::pair<>. Change-Id: I5d303c5f41f7af16ef3dc75fdd9818ed17978a5a Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'frup.hpp')
-rw-r--r--frup.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/frup.hpp b/frup.hpp
index 0a0dd76..6afd621 100644
--- a/frup.hpp
+++ b/frup.hpp
@@ -6,6 +6,7 @@
#include <array>
#include <map>
#include <string>
+#include <utility>
#include <vector>
enum ipmi_fru_area_type
OpenPOWER on IntegriCloud