[lldb] Include lldb/Host/HostInfo.h in ProcessWindows.cpp
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 11 Mar 2022 20:34:41 +0000 (12:34 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 11 Mar 2022 20:34:41 +0000 (12:34 -0800)
lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp

index 7b34a57..20f5969 100644 (file)
@@ -18,6 +18,7 @@
 #include "lldb/Core/PluginManager.h"
 #include "lldb/Core/Section.h"
 #include "lldb/Host/FileSystem.h"
+#include "lldb/Host/HostInfo.h"
 #include "lldb/Host/HostNativeProcessBase.h"
 #include "lldb/Host/HostProcess.h"
 #include "lldb/Host/windows/HostThreadWindows.h"