Sprout/sprout/algorithm/push_heap.hpp

10 lines
312 B
C++
Raw Normal View History

2011-09-01 02:48:32 +00:00
#ifndef SPROUT_ALGORITHM_PUSH_HEAP_HPP
#define SPROUT_ALGORITHM_PUSH_HEAP_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/push_heap.hpp>
#include <sprout/algorithm/outfit/push_heap.hpp>
#include <sprout/algorithm/infit/push_heap.hpp>
#endif // #ifndef SPROUT_ALGORITHM_PUSH_HEAP_HPP