Author: Jonas Devlieghere
Date: 2022-03-11T12:34:41-08:00
New Revision: a6eeffa106a479b90059b3cfacbc7d2cd377c965

URL: 
https://github.com/llvm/llvm-project/commit/a6eeffa106a479b90059b3cfacbc7d2cd377c965
DIFF: 
https://github.com/llvm/llvm-project/commit/a6eeffa106a479b90059b3cfacbc7d2cd377c965.diff

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

Added: 
    

Modified: 
    lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp 
b/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
index 7b34a57a37692..20f5969bd42b9 100644
--- a/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
+++ b/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
@@ -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"


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to