stephenrkell / libdwarfpp

A high-level API for accessing DWARF debugging information, in C++
http://www.cl.cam.ac.uk/~srk31/
Other
23 stars 12 forks source link

Include vector in header files that use it #7

Closed rptynan closed 8 years ago

rptynan commented 8 years ago

Building with boost 1.61.0-2 fails because vector is not included, this fixes it.