commit | d02c3cb424653592daade4419b53ee52c1105c03 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Sat May 16 10:28:02 2020 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Sat May 16 13:44:35 2020 -0500 |
tree | 3f2a60979b2c8e87102c8a3b098cba8c5dbfd513 | |
parent | a41d282ae016b9efd44f061c6bd60137564d6747 [diff] [blame] |
string: ensure string included when used Latest upstream yocto appears to have removed a free include of string. This is causing compile failures for files which do not include it properly. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I8df4c564af2c8e8294cdcb3e74f9d7cd106d4ec8
diff --git a/ledlayout.hpp b/ledlayout.hpp index 90b333c..f12e0b5 100644 --- a/ledlayout.hpp +++ b/ledlayout.hpp
@@ -2,6 +2,7 @@ #include <map> #include <set> +#include <string> namespace phosphor {