forked from OSchip/llvm-project
Fix compilation failure in unit tests on Windows.
llvm-svn: 346999
This commit is contained in:
parent
80ddf5b051
commit
101616a8be
|
@ -9,6 +9,11 @@
|
|||
|
||||
#include "GDBRemoteTestUtils.h"
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#include "lldb/Host/windows/windows.h"
|
||||
#include <WinSock2.h>
|
||||
#endif
|
||||
|
||||
namespace lldb_private {
|
||||
namespace process_gdb_remote {
|
||||
|
||||
|
|
Loading…
Reference in New Issue