[lldb] Include lldb/Host/HostInfo.h in ProcessWindows.cpp

This commit is contained in:
Jonas Devlieghere 2022-03-11 12:34:41 -08:00
parent 31f215ab0c
commit a6eeffa106
No known key found for this signature in database
GPG Key ID: 49CC0BD90FDEED4D
1 changed files with 1 additions and 0 deletions

View 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"