diff --git a/boost/endian/cover_operators.hpp b/boost/endian/detail/cover_operators.hpp similarity index 100% rename from boost/endian/cover_operators.hpp rename to boost/endian/detail/cover_operators.hpp diff --git a/boost/endian/integers.hpp b/boost/endian/types.hpp similarity index 100% rename from boost/endian/integers.hpp rename to boost/endian/types.hpp diff --git a/libs/io/example/bin_manip_example.cpp b/libs/io/example/bin_manip_example.cpp index c943619..fdb3118 100644 --- a/libs/io/example/bin_manip_example.cpp +++ b/libs/io/example/bin_manip_example.cpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt -#include +#include #include #include #include