tsaarni / cpp-subprocess

popen() -like C++ library with iostream support for stdio forwarding
MIT License
88 stars 21 forks source link

header has no include guard #2

Closed lufinkey closed 8 years ago

lufinkey commented 8 years ago

Sorry to open an issue for something as trivial as this, but the subprocess header has no include guard, so it will throw errors if it's included in multiple source files. I would have forked this and made the change myself, but it was really trivial so I decided to just make an issue for it

tsaarni commented 8 years ago

Thanks @lufinkey for reporting!