diff options
Diffstat (limited to 'llvm/include/Support/STLExtras.h')
| -rw-r--r-- | llvm/include/Support/STLExtras.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/Support/STLExtras.h b/llvm/include/Support/STLExtras.h index 28c46e3d99a..06a15734a7b 100644 --- a/llvm/include/Support/STLExtras.h +++ b/llvm/include/Support/STLExtras.h @@ -21,6 +21,8 @@ #include "Support/iterator" #include "boost/type_traits/transform_traits.hpp" +namespace llvm { + //===----------------------------------------------------------------------===// // Extra additions to <functional> //===----------------------------------------------------------------------===// @@ -278,4 +280,6 @@ inline tier<T1, T2> tie(T1& f, T2& s) { return tier<T1, T2>(f, s); } +} // End llvm namespace + #endif |

