Ticket #600: 600-fix-missing-include.patch
File 600-fix-missing-include.patch, 522 bytes (added by , 9 years ago) |
---|
-
lemon/capacity_scaling.h
# 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 b 27 27 #include <vector> 28 28 #include <limits> 29 29 #include <lemon/core.h> 30 #include <lemon/maps.h> 30 31 #include <lemon/bin_heap.h> 31 32 32 33 namespace lemon {