aboutsummaryrefslogtreecommitdiff
path: root/clang/include/clang/AST/HLSLResource.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang/AST/HLSLResource.h')
-rw-r--r--clang/include/clang/AST/HLSLResource.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/include/clang/AST/HLSLResource.h b/clang/include/clang/AST/HLSLResource.h
index e3ee0b1..9cdd81b 100644
--- a/clang/include/clang/AST/HLSLResource.h
+++ b/clang/include/clang/AST/HLSLResource.h
@@ -15,9 +15,12 @@
#define LLVM_CLANG_AST_HLSLRESOURCE_H
#include "clang/AST/ASTContext.h"
+#include "clang/AST/Attr.h"
#include "clang/AST/Attrs.inc"
#include "clang/AST/DeclBase.h"
#include "clang/Basic/TargetInfo.h"
+#include "clang/Support/Compiler.h"
+#include "llvm/Support/raw_ostream.h"
namespace clang {