Skip to content

Commit 83c56da

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 <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 872d68d commit 83c56da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inspector/worker_inspector.h

+1
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)