Skip to content

Commit 6344ad8

Browse files
nindanaotoclaude
andcommitted
Add missing standard library includes
Add explicit includes for <cstdint>, <string>, and <limits> headers that were previously implicitly included through other headers. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 680e50e commit 6344ad8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#include "llvm/Demangle/DemangleConfig.h"
1717
#include "llvm/Demangle/StringView.h"
1818
#include <array>
19+
#include <cstdint>
20+
#include <string>
1921

2022
namespace llvm {
2123
namespace itanium_demangle {

llvm/utils/benchmark/src/benchmark_register.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef BENCHMARK_REGISTER_H
22
#define BENCHMARK_REGISTER_H
33

4+
#include <limits>
45
#include <vector>
56

67
#include "check.h"

0 commit comments

Comments
 (0)