Add extra #include needed by latest Xcode.

This commit is contained in:
Christopher Kohlhoff 2014-04-29 10:56:19 +10:00
parent 8229b06a2a
commit 22bc29ffb7

View File

@ -16,6 +16,7 @@
#endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
#include "asio/detail/config.hpp"
#include <string>
#include "asio/error.hpp"
#include "asio/detail/push_options.hpp"