We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96064e1 commit 4f64c80Copy full SHA for 4f64c80
1 file changed
llvm/include/llvm/Support/thread.h
@@ -213,6 +213,7 @@ inline thread::id get_id() { return std::this_thread::get_id(); }
213
214
#else // !LLVM_ENABLE_THREADS
215
216
+#include "llvm/Support/ErrorHandling.h"
217
#include <utility>
218
219
namespace llvm {
0 commit comments