Add a forwarding header for container_fwd.hpp

[SVN r49662]
This commit is contained in:
Daniel James
2008-11-09 12:11:50 +00:00
parent 34684d4df2
commit 120abc637c

View File

@ -6,6 +6,10 @@
#if !defined(BOOST_DETAIL_CONTAINER_FWD_HPP)
#define BOOST_DETAIL_CONTAINER_FWD_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>