haampie / libtree

ldd as a tree
MIT License
2.63k stars 60 forks source link

add missing <sstream> include #42

Closed prusnak closed 2 years ago

prusnak commented 2 years ago

The file deploy.cpp uses std::stringstream but no <sstream> include is used.

This fixes the build with clang.

haampie commented 2 years ago

Thank you!