summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/LeakDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/Support/LeakDetector.h')
-rw-r--r--llvm/include/Support/LeakDetector.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/include/Support/LeakDetector.h b/llvm/include/Support/LeakDetector.h
index b39e0b59110..e2ce9c50bea 100644
--- a/llvm/include/Support/LeakDetector.h
+++ b/llvm/include/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
OpenPOWER on IntegriCloud