Merge bugfix #600 to branch 1.2 1.2
authorAlpar Juttner <alpar@cs.elte.hu>
Wed, 07 Oct 2015 18:56:56 +0200
branch1.2
changeset 10041e87c18cf65e
parent 1003 4124fe8ef8de
parent 1002 43647f48e971
child 1007 00769a5f0f5d
Merge bugfix #600 to branch 1.2
lemon/capacity_scaling.h
     1.1 --- a/lemon/capacity_scaling.h	Wed Oct 07 18:54:57 2015 +0200
     1.2 +++ b/lemon/capacity_scaling.h	Wed Oct 07 18:56:56 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 {