Skip to content

Commit 7530d86

Browse files
committed
minor: use correct boost header for string_ref
1 parent 1954c88 commit 7530d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bsoncxx/stdx/string_view.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ BSONCXX_INLINE_NAMESPACE_END
5656

5757
#else
5858

59-
#include <boost/utility/string_view.hpp>
59+
#include <boost/utility/string_ref.hpp>
6060

6161
namespace bsoncxx {
6262
BSONCXX_INLINE_NAMESPACE_BEGIN

0 commit comments

Comments
 (0)