commit | b390c0ea203e7e4dc7790a12436c4a9aa1eebfc4 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Sat Oct 20 13:36:48 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Sat Oct 20 13:36:48 2018 -0700 |
tree | 81c6ac194d2e30c552ac98a4584beb36ffc1d454 | |
parent | 9a528f244e068f5e5be157b0aa02452642425746 [diff] |
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>
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>