[Lldb-commits] [lldb] r291234 - Another windows build fix

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 6 05:07:09 PST 2017


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) {




More information about the lldb-commits mailing list