[Lemon-commits] Peter Kovacs: Add missing #include to capacity_s...

Lemon HG hg at lemon.cs.elte.hu
Thu Oct 8 10:20:21 CEST 2015


details:   http://lemon.cs.elte.hu/hg/lemon/rev/43647f48e971
changeset: 1362:43647f48e971
user:      Peter Kovacs <kpeter [at] inf.elte.hu>
date:      Fri Oct 02 17:41:28 2015 +0200
description:
	Add missing #include to capacity_scaling.h (#600)

diffstat:

 lemon/capacity_scaling.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff --git a/lemon/capacity_scaling.h b/lemon/capacity_scaling.h
--- a/lemon/capacity_scaling.h
+++ b/lemon/capacity_scaling.h
@@ -27,6 +27,7 @@
 #include <vector>
 #include <limits>
 #include <lemon/core.h>
+#include <lemon/maps.h>
 #include <lemon/bin_heap.h>
 
 namespace lemon {


More information about the Lemon-commits mailing list