patflick / mxx

C++11 Message Passing
http://patflick.github.io/mxx
Apache License 2.0
74 stars 17 forks source link

Explicitly include cstdio #29

Closed pabloferz closed 2 years ago

pabloferz commented 2 years ago

When compiling a library that depends on this on MacOS Monterry with gcc and OpenMPI (both installed via homebrew) the build fails because of cstdio missing (see here).

Everything works well when building with clang instead. But I saw no harm in explicitly including cstdio.

patflick commented 2 years ago

Thank you for the fix Pablo!