lemon/min_mean_cycle.h
changeset 763 93cd93e82f9b
parent 762 03887b5e0f6f
     1.1 --- a/lemon/min_mean_cycle.h	Thu Aug 06 20:31:04 2009 +0200
     1.2 +++ b/lemon/min_mean_cycle.h	Fri Aug 07 14:52:40 2009 +0200
     1.3 @@ -25,6 +25,7 @@
     1.4  /// \brief Howard's algorithm for finding a minimum mean cycle.
     1.5  
     1.6  #include <vector>
     1.7 +#include <limits>
     1.8  #include <lemon/core.h>
     1.9  #include <lemon/path.h>
    1.10  #include <lemon/tolerance.h>