Skip to content

Commit

Permalink
Merge pull request #5 from deanberris/cpp11-only
Browse files Browse the repository at this point in the history
Adding missing include for libc++ support.
  • Loading branch information
chriskohlhoff committed Jan 18, 2013
2 parents 5015088 + 161489b commit f1cbf4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asio/include/asio/impl/error_code.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#else
# include <cerrno>
# include <cstring>
# include <string>
#endif
#include "asio/detail/local_free_on_block_exit.hpp"
#include "asio/detail/socket_types.hpp"
Expand Down

0 comments on commit f1cbf4f

Please sign in to comment.