From: Zachary Turner Date: Sat, 21 Feb 2015 04:45:12 +0000 (+0000) Subject: Add missing #include. This should fix the Windows build. X-Git-Tag: llvmorg-3.7.0-rc1~11244 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc21d41709816191636bea84e0b6acdfaea15087;p=platform%2Fupstream%2Fllvm.git 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"