Author: labath Date: Fri Jan 6 07:07:09 2017 New Revision: 291234 URL: http://llvm.org/viewvc/llvm-project?rev=291234&view=rev Log: Another windows build fix
Modified: lldb/trunk/tools/driver/Platform.cpp Modified: lldb/trunk/tools/driver/Platform.cpp URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/driver/Platform.cpp?rev=291234&r1=291233&r2=291234&view=diff ============================================================================== --- lldb/trunk/tools/driver/Platform.cpp (original) +++ lldb/trunk/tools/driver/Platform.cpp Fri Jan 6 07:07:09 2017 @@ -15,6 +15,7 @@ #include <stdlib.h> #include "Platform.h" +#include "llvm/Support/ErrorHandling.h" int ioctl(int d, int request, ...) { switch (request) { _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits