commit | fc21d41709816191636bea84e0b6acdfaea15087 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Sat Feb 21 04:45:12 2015 +0000 |
committer | Zachary Turner <zturner@google.com> | Sat Feb 21 04:45:12 2015 +0000 |
tree | 3bbac243708d05b89a651c88e4c7fcc29e8c0b70 | |
parent | b8301da4a18c41d73be4d60e273022feffb05fe2 [diff] [blame] |
Add missing #include. This should fix the Windows build. llvm-svn: 230128
diff --git a/lldb/source/Host/windows/Host.cpp b/lldb/source/Host/windows/Host.cpp index 7f70596..38dc252 100644 --- a/lldb/source/Host/windows/Host.cpp +++ b/lldb/source/Host/windows/Host.cpp
@@ -20,6 +20,7 @@ #include "lldb/Target/Process.h" #include "lldb/Host/Host.h" +#include "lldb/Host/HostInfo.h" #include "lldb/Core/DataBufferHeap.h" #include "lldb/Core/DataExtractor.h" #include "lldb/Core/StreamFile.h"