diff --git a/include/boost/intrusive/rbtree.hpp b/include/boost/intrusive/rbtree.hpp index fb68995..d682f4e 100644 --- a/include/boost/intrusive/rbtree.hpp +++ b/include/boost/intrusive/rbtree.hpp @@ -28,6 +28,7 @@ #include #include #include +#include namespace boost { namespace intrusive { @@ -418,7 +419,7 @@ class rbtree_impl //! //! Complexity: Constant. //! - //! Throws: If the comparison functor's none swap call throws. + //! Throws: If the comparison functor's swap call throws. void swap(rbtree_impl& other) { //This can throw