Skip to content

Commit a113b90

Browse files
committed
Add missing includes
1 parent 89ed525 commit a113b90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/include/clang/AST/HLSLResource.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@
1515
#define LLVM_CLANG_AST_HLSLRESOURCE_H
1616

1717
#include "clang/AST/ASTContext.h"
18+
#include "clang/AST/Attr.h"
1819
#include "clang/AST/Attrs.inc"
1920
#include "clang/AST/DeclBase.h"
2021
#include "clang/Basic/TargetInfo.h"
22+
#include "clang/Support/Compiler.h"
23+
#include "llvm/Support/raw_ostream.h"
2124

2225
namespace clang {
2326

0 commit comments

Comments
 (0)