Skip to content

Commit f1cbf4f

Browse files
committed
Merge pull request #5 from deanberris/cpp11-only
Adding missing include for libc++ support.
2 parents 5015088 + 161489b commit f1cbf4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asio/include/asio/impl/error_code.ipp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#else
2222
# include <cerrno>
2323
# include <cstring>
24+
# include <string>
2425
#endif
2526
#include "asio/detail/local_free_on_block_exit.hpp"
2627
#include "asio/detail/socket_types.hpp"

0 commit comments

Comments
 (0)