Skip to content

Commit

Permalink
REGRESSION(263322@main): Cannot build ANGLE due to missing declaratio…
Browse files Browse the repository at this point in the history
…n of uint8_t

https://bugs.webkit.org/show_bug.cgi?id=255933

Unreviewed build fix.

* Source/ThirdParty/ANGLE/src/common/base/anglebase/sha1.h:

Canonical link: https://commits.webkit.org/263383@main
  • Loading branch information
mcatanzaro committed Apr 25, 2023
1 parent d901ad7 commit 8b65ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/ThirdParty/ANGLE/src/common/base/anglebase/sha1.h
Expand Up @@ -6,6 +6,7 @@
#define ANGLEBASE_SHA1_H_

#include <stddef.h>
#include <stdint.h>

#include <array>
#include <string>
Expand Down

0 comments on commit 8b65ac6

Please sign in to comment.