Skip to content

Commit

Permalink
[GTK] Build broken due to a missing include in WTF
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264085

Unreviewed.

* Source/WTF/wtf/text/IntegerToStringConversion.h: Include cstdint, required for uint8_t.

Canonical link: https://commits.webkit.org/270106@main
  • Loading branch information
philn committed Nov 2, 2023
1 parent 983db64 commit 008f55c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WTF/wtf/text/IntegerToStringConversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#pragma once

#include <cstdint>
#include <string>
#include <wtf/Forward.h>
#include <wtf/text/LChar.h>
Expand Down

0 comments on commit 008f55c

Please sign in to comment.