aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r--include/llvm/Module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h
index 740a8879b6..866f5e0e9e 100644
--- a/include/llvm/Module.h
+++ b/include/llvm/Module.h
@@ -10,6 +10,7 @@
#include "llvm/Value.h"
#include "llvm/SymTabValue.h"
+#include "llvm/ValueHolder.h"
class Method;
class Module : public Value, public SymTabValue {