diff --git a/include/boost/lexical_cast/detail/converter_lexical_streams.hpp b/include/boost/lexical_cast/detail/converter_lexical_streams.hpp index 639b876..158edac 100644 --- a/include/boost/lexical_cast/detail/converter_lexical_streams.hpp +++ b/include/boost/lexical_cast/detail/converter_lexical_streams.hpp @@ -76,7 +76,7 @@ #include #include #include -#include +#include #ifndef BOOST_NO_CWCHAR # include #endif diff --git a/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp b/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp index 5f2f90c..3aa6d57 100644 --- a/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp +++ b/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp @@ -50,7 +50,7 @@ #include #include #include -#include +#include namespace boost { diff --git a/test/noncopyable_test.cpp b/test/noncopyable_test.cpp index 1f120d9..9c155c4 100644 --- a/test/noncopyable_test.cpp +++ b/test/noncopyable_test.cpp @@ -19,7 +19,7 @@ #endif #include -#include +#include #include using namespace boost;