added missing boost/assert.hpp include

[SVN r27003]
This commit is contained in:
Jonathan Turkanis
2005-02-02 03:42:25 +00:00
parent 92c375e173
commit ed09875157
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@
#include <boost/range/result_iterator.hpp>
#include <boost/range/size_type.hpp>
#include <boost/range/difference_type.hpp>
#include <boost/assert.hpp>
namespace boost
{