commit | 4afdeb26e08a5a8c12283575006cea544535f424 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Aug 04 13:26:10 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Aug 04 13:27:31 2022 -0500 |
tree | 4be7ecafc228323b55780d8fe0b79ca050049fb2 | |
parent | 69656e9372f33aba80233b0aaf22ba3237ded672 [diff] |
fix compile failure from missing header Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iba39c222334451ee3f90b1523d68464e09a88292
diff --git a/src/kunlun_oem.cpp b/src/kunlun_oem.cpp index c82fab3..83bdb19 100644 --- a/src/kunlun_oem.cpp +++ b/src/kunlun_oem.cpp
@@ -1,4 +1,5 @@ #include <filesystem> +#include <fstream> #include <ipmid/api.hpp> #include <phosphor-logging/log.hpp>