Merge #1.3 related bugfix heads
authorAlpar Juttner <alpar@cs.elte.hu>
Wed, 17 Oct 2018 18:55:53 +0200
changeset 13927c86f14b3bc5
parent 1357 2126945deb6a
parent 1362 43647f48e971
child 1393 afcd33be243f
Merge #1.3 related bugfix heads
lemon/capacity_scaling.h
     1.1 --- a/lemon/capacity_scaling.h	Fri May 22 17:47:18 2015 +0200
     1.2 +++ b/lemon/capacity_scaling.h	Wed Oct 17 18:55:53 2018 +0200
     1.3 @@ -27,6 +27,7 @@
     1.4  #include <vector>
     1.5  #include <limits>
     1.6  #include <lemon/core.h>
     1.7 +#include <lemon/maps.h>
     1.8  #include <lemon/bin_heap.h>
     1.9  
    1.10  namespace lemon {