We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acfef5 commit 564b756Copy full SHA for 564b756
llvm/include/llvm/ADT/bit.h
@@ -15,6 +15,7 @@
15
#define LLVM_ADT_BIT_H
16
17
#include "llvm/Support/Compiler.h"
18
+#include <cstddef> // for std::size_t
19
#include <cstdint>
20
#include <limits>
21
#include <type_traits>
llvm/include/llvm/Support/ErrorOr.h
@@ -16,6 +16,7 @@
#define LLVM_SUPPORT_ERROROR_H
#include <cassert>
+#include <functional> // for std::reference_wrapper
#include <system_error>
22
#include <utility>
0 commit comments