Skip to content

Commit

Permalink
Cherry pick PR #1643: Add missing cstdint includes (#1659)
Browse files Browse the repository at this point in the history
Refer to the original PR: youtube/cobalt#1643

---------

Co-authored-by: Andrew Savage <[email protected]>
  • Loading branch information
1 parent 9451c94 commit 6b27ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions third_party/angle/include/GLSLANG/ShaderVars.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#define GLSLANG_SHADERVARS_H_

#include <algorithm>
#include <cstdint>
#include <string>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions third_party/angle/src/common/angleutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <climits>
#include <cstdarg>
#include <cstddef>
#include <cstdint>
#include <string>
#include <set>
#include <sstream>
Expand Down

0 comments on commit 6b27ea2

Please sign in to comment.