aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Writer/SlotCalculator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h
index 99e40cbeb5..d5ebe700f5 100644
--- a/lib/Bytecode/Writer/SlotCalculator.h
+++ b/lib/Bytecode/Writer/SlotCalculator.h
@@ -13,6 +13,7 @@
#include "llvm/SymTabValue.h"
#include <vector>
#include <map>
+class Value;
class SlotCalculator : public ModuleAnalyzer {
const Module *TheModule;