mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 22:53:45 +00:00

PR-URL: https://github.com/nodejs/node/pull/51362 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
18 lines
612 B
Diff
18 lines
612 B
Diff
TODO: crbug.com/1491724 - Remove when other libraries stop relying on this.
|
|
---
|
|
diff --git a/third_party/abseil-cpp/absl/status/status.h b/third_party/abseil-cpp/absl/status/status.h
|
|
index d4f741404ce81..4788a0e8340a0 100644
|
|
--- a/third_party/abseil-cpp/absl/status/status.h
|
|
+++ b/third_party/abseil-cpp/absl/status/status.h
|
|
@@ -67,6 +67,10 @@
|
|
#include "absl/strings/string_view.h"
|
|
#include "absl/types/optional.h"
|
|
|
|
+// TODO: crbug.com/1491724 - Remove include below when other third_party
|
|
+// libraries stop silently rely on it.
|
|
+#include "absl/strings/str_cat.h"
|
|
+
|
|
namespace absl {
|
|
ABSL_NAMESPACE_BEGIN
|
|
|