Opened 11 years ago
Closed 11 years ago
#6246 closed Bugs (fixed)
chrobak_payne_drawing.hpp missing #include<stack>
Reported by: | Owned by: | Aaron Windsor | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | chrobak-payne planar graph drawing | Cc: | aaron.windsor@… |
Description
In chrobak_payne_drawing.hpp I got my compiler complaining about stack not being member of std.
Including #include<stack> seems to solve the issue.
Note:
See TracTickets
for help on using tickets.
(In [75878]) Added include of <stack>; fixes #6246