Skip to content

Commit

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

---------

Co-authored-by: Andrew Savage <[email protected]>
  • Loading branch information
1 parent faf5cfa commit fefd270
Show file tree
Hide file tree
Showing 4 changed files with 4 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
1 change: 1 addition & 0 deletions v8/src/base/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifndef V8_BASE_LOGGING_H_
#define V8_BASE_LOGGING_H_

#include <cstdint>
#include <cstring>
#include <sstream>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions v8/src/base/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifndef V8_BASE_MACROS_H_
#define V8_BASE_MACROS_H_

#include <cstdint>
#include <limits>

#include "src/base/compiler-specific.h"
Expand Down

0 comments on commit fefd270

Please sign in to comment.