commit | 2c29eed72549a25c2f8185d84ff5b1193f1011c6 | [log] [tgz] |
---|---|---|
author | vasilvv <vasilvv@google.com> | Mon Aug 28 10:55:03 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Aug 28 10:55:46 2023 -0700 |
tree | 3b03ab5e4a9ff89d19125924744ea4ada3b0bb6c | |
parent | 9c262daba34a7d25f381edd115170b747993e1f6 [diff] |
Add a missing IWYU pragma for third_party/http2/adapter/nghttp2.h. PiperOrigin-RevId: 560759018
diff --git a/quiche/http2/adapter/nghttp2.h b/quiche/http2/adapter/nghttp2.h index eed3c86..e19094e 100644 --- a/quiche/http2/adapter/nghttp2.h +++ b/quiche/http2/adapter/nghttp2.h
@@ -6,6 +6,6 @@ // Required to build on Windows. using ssize_t = ptrdiff_t; -#include "nghttp2/nghttp2.h" +#include "nghttp2/nghttp2.h" // IWYU pragma: export #endif // QUICHE_HTTP2_ADAPTER_NGHTTP2_H_