Changeset 8b52aac5c11be152741738156c3df510ba6c804d
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r4569005
|
r8b52aac
|
|
| 26 | 26 | #include "../tls/session_impl.hh" |
| 27 | 27 | |
| | 28 | #include <boost/version.hpp> |
| 28 | 29 | #include <boost/date_time.hpp> |
| 29 | 30 | #include <map> |
| 30 | 31 | #include <sstream> |
| | 32 | |
| | 33 | #if BOOST_VERSION < 103600 |
| | 34 | # include "../buffers_iterator.hpp" |
| | 35 | #endif |
| 31 | 36 | |
| 32 | 37 | #include "../assert.hh" |