Skip to content

Commit

Permalink
Add missing cstdint includes (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsavage1 committed Sep 27, 2023
1 parent e5b95b8 commit 0010204
Show file tree
Hide file tree
Showing 6 changed files with 6 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 @@ -12,6 +12,7 @@

#include <algorithm>
#include <array>
#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 <set>
#include <sstream>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions third_party/crashpad/util/misc/reinterpret_bytes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <string.h>

#include <algorithm>
#include <cstdint>

#include "base/logging.h"

Expand Down
1 change: 1 addition & 0 deletions third_party/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 third_party/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 <type_traits>

Expand Down
1 change: 1 addition & 0 deletions third_party/v8/src/inspector/v8-string-conversions.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
#define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_

#include <cstdint>
#include <string>

// Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may
Expand Down

0 comments on commit 0010204

Please sign in to comment.