Skip to content

Commit b87e5a0

Browse files
committed
Add missing llvm/Support/Compiler.h include for MSVC builds without __has_attribute
1 parent b819fd7 commit b87e5a0

File tree

1 file changed

+2
-0
lines changed
  • clang/include/clang/Interpreter

1 file changed

+2
-0
lines changed

clang/include/clang/Interpreter/Value.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
#ifndef LLVM_CLANG_INTERPRETER_VALUE_H
3434
#define LLVM_CLANG_INTERPRETER_VALUE_H
3535

36+
#include "llvm/Support/Compiler.h"
3637
#include <cstdint>
38+
3739
// NOTE: Since the REPL itself could also include this runtime, extreme caution
3840
// should be taken when MAKING CHANGES to this file, especially when INCLUDE NEW
3941
// HEADERS, like <string>, <memory> and etc. (That pulls a large number of

0 commit comments

Comments
 (0)