2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

Explicitly include boost/type_traits

[SVN r1536]
This commit is contained in:
Raoul Gough
2003-09-11 22:37:53 +00:00
parent 555c99156d
commit 4e41dbba6f

View File

@@ -30,6 +30,7 @@
#include <iterator>
#include <stdexcept>
#include <algorithm>
#include <boost/type_traits.hpp>
namespace indexing {
template<typename Iterator>