Skip to content

Commit 4ca71fd

Browse files
committed
fixup: explicit include
1 parent 8e0f18b commit 4ca71fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/DXILResource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include "llvm/ADT/MapVector.h"
1313
#include "llvm/ADT/StringRef.h"
14+
#include "llvm/IR/DerivedTypes.h"
1415
#include "llvm/IR/GlobalVariable.h"
1516
#include "llvm/IR/PassManager.h"
1617
#include "llvm/Pass.h"
@@ -22,7 +23,6 @@ class CallInst;
2223
class DataLayout;
2324
class LLVMContext;
2425
class MDTuple;
25-
class TargetExtType;
2626
class Value;
2727

2828
namespace dxil {

0 commit comments

Comments
 (0)