summaryrefslogtreecommitdiff
path: root/boost/geometry/srs/projections/dpar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/srs/projections/dpar.hpp')
-rw-r--r--boost/geometry/srs/projections/dpar.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/boost/geometry/srs/projections/dpar.hpp b/boost/geometry/srs/projections/dpar.hpp
index 641a4fc6e9..0cfb2e2103 100644
--- a/boost/geometry/srs/projections/dpar.hpp
+++ b/boost/geometry/srs/projections/dpar.hpp
@@ -22,11 +22,16 @@
#include <boost/mpl/assert.hpp>
#include <boost/mpl/if.hpp>
+#include <boost/range/begin.hpp>
+#include <boost/range/end.hpp>
+#include <boost/range/size.hpp>
+#include <boost/range/value_type.hpp>
#include <boost/tuple/tuple.hpp>
-#include <boost/variant/variant.hpp>
#include <boost/type_traits/integral_constant.hpp>
+#include <boost/type_traits/is_convertible.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/type_traits/is_void.hpp>
+#include <boost/variant/variant.hpp>
#include <string>
#include <vector>