| commit | ce2d8afd4ead9b5b9a0b2ee5e8e7d18978100dc8 | [log] [tgz] |
|---|---|---|
| author | Keir Mierle <keir@google.com> | Wed Nov 20 10:47:39 2019 -0800 |
| committer | Keir Mierle <keir@google.com> | Wed Nov 20 10:47:39 2019 -0800 |
| tree | 8a173293e62facca5bd4cb1527ee2591eee8e587 | |
| parent | d3ed0f4d9b5ce7c9cca919d61a35138e5e555a70 [diff] |
Fix missing string_view include Change-Id: I6d40bf17168d22b38e85e045e12228b67caf955e
diff --git a/pw_dumb_io/public/pw_dumb_io/dumb_io.h b/pw_dumb_io/public/pw_dumb_io/dumb_io.h index b6da8c4..a408557 100644 --- a/pw_dumb_io/public/pw_dumb_io/dumb_io.h +++ b/pw_dumb_io/public/pw_dumb_io/dumb_io.h
@@ -37,6 +37,7 @@ #include <cstddef> #include <cstring> +#include <string_view> #include "pw_span/span.h" #include "pw_status/status.h"