Ticket #12560: boost-heap.patch

File boost-heap.patch, 460 bytes (added by gromer@…, 6 years ago)
  • boost/heap/heap_merge.hpp

    old new  
    99#ifndef BOOST_HEAP_MERGE_HPP
    1010#define BOOST_HEAP_MERGE_HPP
    1111
     12#include <algorithm>
     13
    1214#include <boost/concept/assert.hpp>
    1315#include <boost/heap/heap_concepts.hpp>
    1416#include <boost/type_traits/is_same.hpp>