pmachata / dwgrep

a tool for querying Dwarf (debuginfo) graphs
http://pmachata.github.io/dwgrep/
GNU General Public License v3.0
53 stars 10 forks source link

Include <functional> header for std::function #28

Closed jwakely closed 7 years ago

jwakely commented 7 years ago

Hi Petr,

This is needed for GCC 7, due to the libstdc++ changes documented at https://gcc.gnu.org/gcc-7/porting_to.html#header-dep-changes

pmachata commented 7 years ago

Thanks!