[fuchsia] Include StringPiece in ScopedFxLogger
In C++20, types used in a std::vector need to be fully defined when that vector is used. Change-Id: I5cd2b2fec87fed0d519ba8aa1af755c1e061b401 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4163627 Commit-Queue: Wez <wez@chromium.org> Reviewed-by: Wez <wez@chromium.org> Auto-Submit: Fabrice de Gans <fdegans@chromium.org> Cr-Commit-Position: refs/heads/main@{#1092552}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
f412061e64
commit
da376edce5
@ -15,7 +15,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "base/base_export.h"
|
||||
#include "base/strings/string_piece_forward.h"
|
||||
#include "base/strings/string_piece.h"
|
||||
|
||||
namespace base {
|
||||
|
||||
|
Reference in New Issue
Block a user