summaryrefslogtreecommitdiffstats
path: root/writefrudata.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-20 13:36:48 -0700
committerPatrick Venture <venture@google.com>2018-10-20 13:36:48 -0700
commitb390c0ea203e7e4dc7790a12436c4a9aa1eebfc4 (patch)
tree81c6ac194d2e30c552ac98a4584beb36ffc1d454 /writefrudata.cpp
parent9a528f244e068f5e5be157b0aa02452642425746 (diff)
downloadipmi-fru-parser-b390c0ea203e7e4dc7790a12436c4a9aa1eebfc4.tar.gz
ipmi-fru-parser-b390c0ea203e7e4dc7790a12436c4a9aa1eebfc4.zip
writefrudata: add missing header: map
Add missing header map to add to standard namespace. Change-Id: I719fd0d194cb6fd8fa2e67f8acb784b498cf122a Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'writefrudata.cpp')
-rw-r--r--writefrudata.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/writefrudata.cpp b/writefrudata.cpp
index a831b7f..6373416 100644
--- a/writefrudata.cpp
+++ b/writefrudata.cpp
@@ -14,6 +14,7 @@
#include <exception>
#include <fstream>
#include <iostream>
+#include <map>
#include <memory>
#include <phosphor-logging/log.hpp>
#include <sdbusplus/server.hpp>
OpenPOWER on IntegriCloud