Changeset 8b52aac5c11be152741738156c3df510ba6c804d

Show
Ignore:
Timestamp:
09/25/09 21:10:44 (3 years ago)
Author:
Antti-Juhani Kaijanaho <ajk@…>
Children:
868b365c127bbf4f0b52f22da03e32a94a4f6653
Parents:
1e28994db9b0d763535802ec57bf6d846c3f48cc
git-committer:
Antti-Juhani Kaijanaho <ajk@…> (09/25/09 21:10:44)
Message:

Add a workaround to support Boost 1.35

Signed-off-by: Antti-Juhani Kaijanaho <ajk@…>

Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • nntp/connection.cc

    r4569005 r8b52aac  
    2626#include "../tls/session_impl.hh" 
    2727 
     28#include <boost/version.hpp> 
    2829#include <boost/date_time.hpp> 
    2930#include <map> 
    3031#include <sstream> 
     32 
     33#if BOOST_VERSION < 103600 
     34#  include "../buffers_iterator.hpp" 
     35#endif 
    3136 
    3237#include "../assert.hh"