# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1443800488 -7200
# Node ID 43647f48e971174a38200c0df622a8036f5d12e8
# Parent  f903263902f6831f14205dab9f1d00cb5275e171
Add missing #include to capacity_scaling.h (#600)

diff -r f903263902f6 -r 43647f48e971 lemon/capacity_scaling.h
--- a/lemon/capacity_scaling.h	Mon Dec 14 06:07:52 2009 +0100
+++ b/lemon/capacity_scaling.h	Fri Oct 02 17:41:28 2015 +0200
@@ -27,6 +27,7 @@
 #include <vector>
 #include <limits>
 #include <lemon/core.h>
+#include <lemon/maps.h>
 #include <lemon/bin_heap.h>
 
 namespace lemon {