commit | a459fea673bb89ef1ee9a29b747bf685076221ca | [log] [tgz] |
---|---|---|
author | Tom Joseph <rushtotom@gmail.com> | Wed May 12 22:12:06 2021 -0700 |
committer | Tom Joseph <rushtotom@gmail.com> | Thu May 13 10:09:02 2021 +0000 |
tree | b2b80025856959aa2a8136bf0cdc8f25a7e40e31 | |
parent | 535bccdf6d5f2b34cbf6a2510b5268c7ad4d0375 [diff] |
Fix missing header <optional> Signed-off-by: Tom Joseph <rushtotom@gmail.com> Change-Id: If444bb6e93413e97bfb11c0755d90f1b5bcbb42e
diff --git a/libpldmresponder/fru_parser.hpp b/libpldmresponder/fru_parser.hpp index aec27cb..ce09986 100644 --- a/libpldmresponder/fru_parser.hpp +++ b/libpldmresponder/fru_parser.hpp
@@ -2,6 +2,7 @@ #include <filesystem> #include <map> +#include <optional> #include <set> #include <string> #include <tuple>