commit | 9b37b09541d468a616d586bf533b684a3751c0f7 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu May 28 20:58:57 2020 -0700 |
committer | Patrick Venture <venture@google.com> | Thu May 28 21:09:31 2020 -0700 |
tree | 79444ae15c95570151b45c2b949a5d5a68c9a2b7 | |
parent | 6f61af8fd125400d064715559cfffba92afaecf6 [diff] [blame] |
update gcc10 and clang-format10 Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I72239b884615d26b2c4311c49a26e2eced0a1fb0
diff --git a/bmc/buildjson.hpp b/bmc/buildjson.hpp index 8e333f6..0af4241 100644 --- a/bmc/buildjson.hpp +++ b/bmc/buildjson.hpp
@@ -3,8 +3,9 @@ #include "firmware_handler.hpp" #include "image_handler.hpp" -#include <memory> #include <nlohmann/json.hpp> + +#include <memory> #include <string> #include <vector>