aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/DOTGraphTraits.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/DOTGraphTraits.h')
-rw-r--r--include/Support/DOTGraphTraits.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Support/DOTGraphTraits.h b/include/Support/DOTGraphTraits.h
index 002a78e..63837b7 100644
--- a/include/Support/DOTGraphTraits.h
+++ b/include/Support/DOTGraphTraits.h
@@ -19,6 +19,8 @@
#include <string>
+namespace llvm {
+
/// DefaultDOTGraphTraits - This class provides the default implementations of
/// all of the DOTGraphTraits methods. If a specialization does not need to
/// override all methods here it should inherit so that it can get the default
@@ -96,4 +98,6 @@ struct DefaultDOTGraphTraits {
template <typename Ty>
class DOTGraphTraits : public DefaultDOTGraphTraits {};
+} // End llvm namespace
+
#endif