Fix compilation failure in unit tests on Windows.

llvm-svn: 346999
This commit is contained in:
Zachary Turner 2018-11-15 22:03:49 +00:00
parent 80ddf5b051
commit 101616a8be
1 changed files with 5 additions and 0 deletions

View File

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