Sprout/sprout/algorithm/push_heap.hpp
2011-09-03 22:26:26 +09:00

8 lines
260 B
C++

#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/fit/push_heap.hpp>
#endif // #ifndef SPROUT_ALGORITHM_PUSH_HEAP_HPP