io/process: hack around moc parse error

MOC default include paths contain macros that cause name collisions
This commit is contained in:
burein-ita 2025-03-03 09:42:04 -06:00
parent 9534778a78
commit c5bea858a0

View file

@ -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