Opened 11 years ago

Closed 11 years ago

#6246 closed Bugs (fixed)

chrobak_payne_drawing.hpp missing #include<stack>

Reported by: thekyria@… 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.

Change History (1)

comment:1 by Jeremiah Willcock, 11 years ago

Resolution: fixed
Status: newclosed

(In [75878]) Added include of <stack>; fixes #6246

Note: See TracTickets for help on using tickets.