[recalculate] add missing include for boost typeof; needed because of BOOST_AUTO_TPL;

This commit is contained in:
Menelaos Karavelas
2014-04-24 02:20:23 +03:00
parent 9e78d642e9
commit 3c910ee528

View File

@@ -22,6 +22,7 @@
#include <boost/numeric/conversion/bounds.hpp>
#include <boost/numeric/conversion/cast.hpp>
#include <boost/type_traits.hpp>
#include <boost/typeof/typeof.hpp>
#include <boost/geometry/arithmetic/arithmetic.hpp>
#include <boost/geometry/algorithms/append.hpp>