Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51005 - in branches/release/libs/asio/example: buffers chat nonblocking
From: chris_at_[hidden]
Date: 2009-02-04 01:45:35


Author: chris_kohlhoff
Date: 2009-02-04 01:45:34 EST (Wed, 04 Feb 2009)
New Revision: 51005
URL: http://svn.boost.org/trac/boost/changeset/51005

Log:
Add missing #include <iostream>.

Text files modified:
   branches/release/libs/asio/example/buffers/reference_counted.cpp | 1 +
   branches/release/libs/asio/example/chat/posix_chat_client.cpp | 1 +
   branches/release/libs/asio/example/nonblocking/third_party_lib.cpp | 1 +
   3 files changed, 3 insertions(+), 0 deletions(-)

Modified: branches/release/libs/asio/example/buffers/reference_counted.cpp
==============================================================================
--- branches/release/libs/asio/example/buffers/reference_counted.cpp (original)
+++ branches/release/libs/asio/example/buffers/reference_counted.cpp 2009-02-04 01:45:34 EST (Wed, 04 Feb 2009)
@@ -12,6 +12,7 @@
 #include <boost/bind.hpp>
 #include <boost/enable_shared_from_this.hpp>
 #include <boost/shared_ptr.hpp>
+#include <iostream>
 #include <vector>
 
 using boost::asio::ip::tcp;

Modified: branches/release/libs/asio/example/chat/posix_chat_client.cpp
==============================================================================
--- branches/release/libs/asio/example/chat/posix_chat_client.cpp (original)
+++ branches/release/libs/asio/example/chat/posix_chat_client.cpp 2009-02-04 01:45:34 EST (Wed, 04 Feb 2009)
@@ -10,6 +10,7 @@
 
 #include <cstdlib>
 #include <cstring>
+#include <iostream>
 #include <boost/array.hpp>
 #include <boost/bind.hpp>
 #include <boost/asio.hpp>

Modified: branches/release/libs/asio/example/nonblocking/third_party_lib.cpp
==============================================================================
--- branches/release/libs/asio/example/nonblocking/third_party_lib.cpp (original)
+++ branches/release/libs/asio/example/nonblocking/third_party_lib.cpp 2009-02-04 01:45:34 EST (Wed, 04 Feb 2009)
@@ -13,6 +13,7 @@
 #include <boost/bind.hpp>
 #include <boost/shared_ptr.hpp>
 #include <boost/enable_shared_from_this.hpp>
+#include <iostream>
 
 using boost::asio::ip::tcp;
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk