Browse Source

[trac1155] a comment about <cstring> and strerror() added

Dima Volodin 13 years ago
parent
commit
6300d968db
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ext/asio/asio/impl/error_code.ipp

+ 1 - 0
ext/asio/asio/impl/error_code.ipp

@@ -11,6 +11,7 @@
 #ifndef ASIO_IMPL_ERROR_CODE_IPP
 #define ASIO_IMPL_ERROR_CODE_IPP
 
+// strerror() needs <cstring>
 #include <cstring>
 
 #if defined(_MSC_VER) && (_MSC_VER >= 1200)