Add missing #include to capacity_scaling.h (#600)
authorPeter Kovacs <kpeter@inf.elte.hu>
Fri, 02 Oct 2015 17:41:28 +0200
changeset 136243647f48e971
parent 888 f903263902f6
child 1363 a7d841273c68
child 1365 1e87c18cf65e
child 1369 9fd86ec2cb81
child 1392 7c86f14b3bc5
Add missing #include to capacity_scaling.h (#600)
lemon/capacity_scaling.h
     1.1 --- a/lemon/capacity_scaling.h	Mon Dec 14 06:07:52 2009 +0100
     1.2 +++ b/lemon/capacity_scaling.h	Fri Oct 02 17:41:28 2015 +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 {