File: 0004-Add-missing-include-to-capacity_scaling.h-600.patch

package info (click to toggle)
liblemon 1.3.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,240 kB
  • sloc: cpp: 64,054; sh: 463; xml: 170; makefile: 29; ansic: 3
file content (20 lines) | stat: -rw-r--r-- 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Author: Peter Kovacs <kpeter@inf.elte.hu>
Last-Update: 2015-10-02
Description: Add missing #include to capacity_scaling.h (#600)

---
 lemon/capacity_scaling.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lemon/capacity_scaling.h b/lemon/capacity_scaling.h
index ca64b56..8acd5fe 100644
--- 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 {