1 //  Copyright (c) 2007-2016 Hartmut Kaiser
2 //  Copyright (c) 2014 Grant Mercer
3 //
4 //  Distributed under the Boost Software License, Version 1.0. (See accompanying
5 //  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 
7 #if !defined(HPX_PARALLEL_MINMAX_AUG_20_2014_0454PM)
8 #define HPX_PARALLEL_MINMAX_AUG_20_2014_0454PM
9 
10 #include <hpx/parallel/algorithms/minmax.hpp>
11 #include <hpx/parallel/container_algorithms/minmax.hpp>
12 #include <hpx/parallel/segmented_algorithms/minmax.hpp>
13 
14 #endif
15 
16