Fixed case sensitivity of is_POD.hpp header name.

[SVN r15982]
This commit is contained in:
John Maddock
2002-10-25 10:41:55 +00:00
parent 1efa8a8319
commit 6af3ce77b5

View File

@ -13,7 +13,7 @@
#include "boost/preprocessor/tuple/to_list.hpp"
#include "boost/preprocessor/cat.hpp"
#include "boost/type_traits/alignment_of.hpp"
#include "boost/type_traits/is_pod.hpp"
#include "boost/type_traits/is_POD.hpp"
#include "boost/static_assert.hpp"
#include "boost/config.hpp"
@ -164,3 +164,4 @@ template <> struct type_with_alignment<16>{ typedef align::a16 type; };
#endif // BOOST_TT_TYPE_WITH_ALIGNMENT_INCLUDED