Eugene.Zelenko added inline comments. > Platform.h:16 > #include <io.h> > #include <lldb/Host/HostGetOpt.h> > +#include <lldb/Host/windows/windows.h> This is application header. Should be in quotes. Same below. https://reviews.llvm.org/D25247