File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1717#ifndef LLVM_CODEGEN_BYTEPROVIDER_H
1818#define LLVM_CODEGEN_BYTEPROVIDER_H
1919
20+ #include " llvm/Support/DataTypes.h"
2021#include < optional>
2122#include < type_traits>
2223
Original file line number Diff line number Diff line change 1313#ifndef LLVM_PROFILEDATA_COVERAGE_MCDCTYPES_H
1414#define LLVM_PROFILEDATA_COVERAGE_MCDCTYPES_H
1515
16+ #include " llvm/Support/DataTypes.h"
1617#include < array>
1718#include < cassert>
1819#include < type_traits>
Original file line number Diff line number Diff line change 1818
1919#include " llvm/Config/llvm-config.h"
2020#include < optional>
21+ #include < tuple>
22+ #include < utility>
2123
2224#ifdef _WIN32
2325typedef unsigned long DWORD;
@@ -202,8 +204,8 @@ class thread {
202204};
203205
204206namespace this_thread {
205- inline thread::id get_id () { return std::this_thread::get_id (); }
206- }
207+ inline thread::id get_id () { return std::this_thread::get_id (); }
208+ } // namespace this_thread
207209
208210#endif // LLVM_ON_UNIX || _WIN32
209211
You can’t perform that action at this time.
0 commit comments