Opened 9 years ago
Closed 9 years ago
#600 closed defect (fixed)
Missing #include in capacity_scaling.h
Reported by: | Peter Kovacs | Owned by: | Peter Kovacs |
---|---|---|---|
Priority: | critical | Milestone: | LEMON 1.4 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
The attached patch adds a missing #include
to capacity_scaling.h
. RangeMap
is used in this source file, so maps.h
is also required for using it.
Attachments (1)
Change History (2)
Changed 9 years ago by
Attachment: | 600-fix-missing-include.patch added |
---|
comment:1 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks. [43647f48e971] has been merged into branches 1.2, 1.3 and the main one.