OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1619
23 lines
790 B
Diff
23 lines
790 B
Diff
From a9d986203bcfbaab84f270c1dc6c3abb4c450ee1 Mon Sep 17 00:00:00 2001
|
|
From: Stephan Hartmann <stha09@googlemail.com>
|
|
Date: Fri, 17 Sep 2021 14:57:33 +0000
|
|
Subject: [PATCH] IWYU: add stddef.h for size_t in WindowManager
|
|
|
|
---
|
|
net/third_party/quiche/src/http2/adapter/window_manager.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
Index: chromium-96.0.4664.45/net/third_party/quiche/src/http2/adapter/window_manager.h
|
|
===================================================================
|
|
--- chromium-96.0.4664.45.orig/net/third_party/quiche/src/http2/adapter/window_manager.h
|
|
+++ chromium-96.0.4664.45/net/third_party/quiche/src/http2/adapter/window_manager.h
|
|
@@ -3,6 +3,8 @@
|
|
|
|
#include <stddef.h>
|
|
|
|
+#include <stddef.h>
|
|
+
|
|
#include <functional>
|
|
|
|
#include "common/platform/api/quiche_export.h"
|