diff --git a/src/io/process.hpp b/src/io/process.hpp index 43db316..8fcffbc 100644 --- a/src/io/process.hpp +++ b/src/io/process.hpp @@ -11,6 +11,11 @@ #include "datastream.hpp" +// Needed when compiling with clang musl-libc++. +// Default include paths contain macros that cause name collisions. +#undef stdout +#undef stderr + ///! Child process. /// #### Example /// ```qml