aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/IR/TypeFinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/IR/TypeFinder.h')
-rw-r--r--include/llvm/IR/TypeFinder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/IR/TypeFinder.h b/include/llvm/IR/TypeFinder.h
index 5f3854377c16..d5baf7ab0b9e 100644
--- a/include/llvm/IR/TypeFinder.h
+++ b/include/llvm/IR/TypeFinder.h
@@ -15,6 +15,8 @@
#define LLVM_IR_TYPEFINDER_H
#include "llvm/ADT/DenseSet.h"
+#include "llvm/IR/Metadata.h"
+#include "llvm/IR/Type.h"
#include <vector>
namespace llvm {
@@ -22,7 +24,6 @@ namespace llvm {
class MDNode;
class Module;
class StructType;
-class Type;
class Value;
/// TypeFinder - Walk over a module, identifying all of the types that are