|
Boost-Commit : |
From: lists.drrngrvy_at_[hidden]
Date: 2008-05-20 12:30:05
Author: drrngrvy
Date: 2008-05-20 12:30:05 EDT (Tue, 20 May 2008)
New Revision: 45584
URL: http://svn.boost.org/trac/boost/changeset/45584
Log:
Missing include in fcgi/client.hpp
Text files modified:
sandbox/SOC/2007/cgi/trunk/boost/cgi/fcgi/client.hpp | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
Modified: sandbox/SOC/2007/cgi/trunk/boost/cgi/fcgi/client.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/trunk/boost/cgi/fcgi/client.hpp (original)
+++ sandbox/SOC/2007/cgi/trunk/boost/cgi/fcgi/client.hpp 2008-05-20 12:30:05 EDT (Tue, 20 May 2008)
@@ -16,18 +16,18 @@
#include <boost/asio/buffer.hpp>
///////////////////////////////////////////////////////////
#include "boost/cgi/tags.hpp"
+#include "boost/cgi/read.hpp"
+#include "boost/cgi/error.hpp"
#include "boost/cgi/common/map.hpp"
-#include "boost/cgi/common/io_service.hpp"
#include "boost/cgi/basic_client.hpp"
-#include "boost/cgi/connections/shareable_tcp_socket.hpp"
-#include "boost/cgi/fcgi/specification.hpp"
-#include "boost/cgi/read.hpp"
#include "boost/cgi/common/buffer.hpp"
-#include "boost/cgi/error.hpp"
-//#include "boost/cgi/fcgi/request_fwd.hpp"
-#include "boost/cgi/detail/protocol_traits.hpp"
+#include "boost/cgi/common/io_service.hpp"
#include "boost/cgi/basic_request_fwd.hpp"
-//#error BOOST_HAS_RVALUE_REFS
+#include "boost/cgi/fcgi/specification.hpp"
+#include "boost/cgi/detail/throw_error.hpp"
+#include "boost/cgi/detail/protocol_traits.hpp"
+#include "boost/cgi/connections/shareable_tcp_socket.hpp"
+
namespace cgi {
namespace common {
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