ppl.h requires yvals.h to be included, but it only includes a few
standard library headers and depends on those including yvals.h.
It seems unfortunate to make libc++/win include yvals.h in all header
files, so just add an explicit include of yvals.h here instead.
This is an internal header we're not supposed to really be touching.
Can we guard if with #ifdef _LIBCPP_VERSION?