Oops: std::tr1::get(std::pair) is in <tr1/utility>

This commit is contained in:
Laurent Rineau 2012-04-20 10:34:06 +00:00
parent 66ec3ee6b8
commit 4c186e9417
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#endif
#ifndef CGAL_CFG_NO_TR1_TUPLE
# include <tr1/tuple>
# include <tr1/utility>
#endif
#include <boost/tuple/tuple.hpp>