Skip to content

Commit

Permalink
src: fix build with GCC 15
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tjuhaszrh authored Jan 25, 2025
1 parent 1760024 commit bade7a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inspector/worker_inspector.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#error("This header can only be used when inspector is enabled")
#endif

#include <cstdint>
#include <memory>
#include <string>
#include <unordered_map>
Expand Down

0 comments on commit bade7a1

Please sign in to comment.