diff options
Diffstat (limited to 'include/llvm/Support/LeakDetector.h')
-rw-r--r-- | include/llvm/Support/LeakDetector.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/llvm/Support/LeakDetector.h b/include/llvm/Support/LeakDetector.h index b39e0b5..e2ce9c5 100644 --- a/include/llvm/Support/LeakDetector.h +++ b/include/llvm/Support/LeakDetector.h @@ -23,6 +23,9 @@ #define SUPPORT_LEAKDETECTOR_H #include <string> + +namespace llvm { + class Value; struct LeakDetector { @@ -83,4 +86,6 @@ private: static void checkForGarbageImpl(const std::string &Message); }; +} // End llvm namespace + #endif |