File tg_owt-absl-nonnull.patch of Package tg_owt
--- a/src/api/task_queue/pending_task_safety_flag.h
+++ b/src/api/task_queue/pending_task_safety_flag.h
@@ -18,6 +18,8 @@
#include "api/task_queue/task_queue_base.h"
#include "rtc_base/checks.h"
+#include "absl/base/nullability.h"
+
namespace webrtc {
// A flag that is used to signal to posted tasks that they should not execute.