added /fusion/view/single_view.hpp and /fusion/view/nview.hpp to /fusion/view.hpp

[SVN r61761]
This commit is contained in:
Christopher Schmidt
2010-05-04 16:23:01 +00:00
parent 837d5b0604
commit 909f1bba8f

View File

@ -10,8 +10,10 @@
#include <boost/fusion/view/filter_view.hpp>
#include <boost/fusion/view/iterator_range.hpp>
#include <boost/fusion/view/joint_view.hpp>
#include <boost/fusion/view/transform_view.hpp>
#include <boost/fusion/view/nview.hpp>
#include <boost/fusion/view/single_view.hpp>
#include <boost/fusion/view/reverse_view.hpp>
#include <boost/fusion/view/transform_view.hpp>
#include <boost/fusion/view/zip_view.hpp>
#endif