Merge bugfix #600 to branch 1.3 1.3
authorAlpar Juttner <alpar@cs.elte.hu>
Thu, 08 Oct 2015 10:03:29 +0200
branch1.3
changeset 1155a7d841273c68
parent 1153 48a0d237db3c
parent 1154 43647f48e971
child 1158 6d1255299e79
Merge bugfix #600 to branch 1.3
lemon/capacity_scaling.h
     1.1 --- a/lemon/capacity_scaling.h	Fri May 22 17:48:24 2015 +0200
     1.2 +++ b/lemon/capacity_scaling.h	Thu Oct 08 10:03:29 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 {