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.