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