# 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 --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 {
