From 4e41dbba6f9cd611132a544abb2d2c7099eb6af1 Mon Sep 17 00:00:00 2001 From: Raoul Gough Date: Thu, 11 Sep 2003 22:37:53 +0000 Subject: [PATCH] Explicitly include boost/type_traits [SVN r1536] --- include/boost/python/suite/indexing/iterator_pair.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/python/suite/indexing/iterator_pair.hpp b/include/boost/python/suite/indexing/iterator_pair.hpp index e86e427b..f4a37e89 100755 --- a/include/boost/python/suite/indexing/iterator_pair.hpp +++ b/include/boost/python/suite/indexing/iterator_pair.hpp @@ -30,6 +30,7 @@ #include #include #include +#include namespace indexing { template