[Lldb-commits] [lldb] 58435f6 - [lldb] Fix windows build break from 18e96a31

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 27 10:22:53 PDT 2020


Author: Pavel Labath
Date: 2020-04-27T19:22:44+02:00
New Revision: 58435f69cb0db54e7a76d47101bbc5e74cb5c31c

URL: https://github.com/llvm/llvm-project/commit/58435f69cb0db54e7a76d47101bbc5e74cb5c31c
DIFF: https://github.com/llvm/llvm-project/commit/58435f69cb0db54e7a76d47101bbc5e74cb5c31c.diff

LOG: [lldb] Fix windows build break from 18e96a31

Added: 
    

Modified: 
    lldb/source/Host/common/TCPSocket.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Host/common/TCPSocket.cpp b/lldb/source/Host/common/TCPSocket.cpp
index 76ae7f2bd01c..d6f6b2cd30a7 100644
--- a/lldb/source/Host/common/TCPSocket.cpp
+++ b/lldb/source/Host/common/TCPSocket.cpp
@@ -18,6 +18,7 @@
 
 #include "llvm/Config/llvm-config.h"
 #include "llvm/Support/Errno.h"
+#include "llvm/Support/WindowsError.h"
 #include "llvm/Support/raw_ostream.h"
 
 #if LLDB_ENABLE_POSIX


        


More information about the lldb-commits mailing list