Skip to content

Commit 68100d9

Browse files
authored
Add missing includes
This patch allows the header to be built standalone, as part of clang C++ modules builds.
1 parent 1634b81 commit 68100d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/boost/algorithm/string/detail/case_conv.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
#include <locale>
1616
#include <functional>
1717

18+
#include <boost/iterator/transform_iterator.hpp>
19+
#include <boost/range/begin.hpp>
20+
#include <boost/range/end.hpp>
1821
#include <boost/type_traits/make_unsigned.hpp>
1922

2023
namespace boost {

0 commit comments

Comments
 (0)