Skip to content

Commit 7bae51e

Browse files
tjuhaszrhaduh95
authored andcommitted
src: fix build with GCC 15
Added cstdint to worker_inspector as on more recent version of gcc the build was failing due to changes to libstdc++ and the removal of transitive includes. PR-URL: #56740 Fixes: #56731 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 432a4b8 commit 7bae51e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inspector/worker_inspector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#error("This header can only be used when inspector is enabled")
66
#endif
77

8+
#include <cstdint>
89
#include <memory>
910
#include <string>
1011
#include <unordered_map>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy