commit | 02ba8843eee449ef74b6bb590a9564444da01e43 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Sat Oct 20 13:37:54 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Sat Oct 20 13:37:54 2018 -0700 |
tree | 72697d76c20d32a5a14884c48605f5e787b2a3f2 | |
parent | b390c0ea203e7e4dc7790a12436c4a9aa1eebfc4 [diff] |
writefrudata.cpp: add header for file Add header writefrudata.hpp to corresponding file. Change-Id: I2bec36d3c0744e7c496e7b7c161dfc6cf14bdf72 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/writefrudata.cpp b/writefrudata.cpp index 6373416..181fa3c 100644 --- a/writefrudata.cpp +++ b/writefrudata.cpp
@@ -1,3 +1,5 @@ +#include "writefrudata.hpp" + #include "fru-area.hpp" #include "frup.hpp" #include "types.hpp"