--- a/include/grpc/event_engine/port.h (index) +++ b/include/grpc/event_engine/port.h (working tree) @@ -31,6 +31,13 @@ #include #include // must be included after the above + +// For some reason OPTIONAL is not defined and build for window is not OK +// Let, define it here as empty +#ifndef OPTIONAL +#define OPTIONAL +#endif + #include #else #error UNKNOWN PLATFORM