summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/SlotCalculator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/SlotCalculator.h')
-rw-r--r--include/llvm/Analysis/SlotCalculator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/llvm/Analysis/SlotCalculator.h b/include/llvm/Analysis/SlotCalculator.h
index 7e56de99dc..596f9324ed 100644
--- a/include/llvm/Analysis/SlotCalculator.h
+++ b/include/llvm/Analysis/SlotCalculator.h
@@ -22,6 +22,9 @@
#include <vector>
#include <map>
+
+namespace llvm {
+
class Value;
class Module;
class Function;
@@ -92,4 +95,6 @@ protected:
void processSymbolTableConstants(const SymbolTable *ST);
};
+} // End llvm namespace
+
#endif