diff options
Diffstat (limited to 'llvm/include/llvm/SlotCalculator.h')
| -rw-r--r-- | llvm/include/llvm/SlotCalculator.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/include/llvm/SlotCalculator.h b/llvm/include/llvm/SlotCalculator.h index 7e56de99dca..596f9324edb 100644 --- a/llvm/include/llvm/SlotCalculator.h +++ b/llvm/include/llvm/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 |

