[Lldb-commits] [lldb] 34d7143 - [lldb] Fix windows build,	second attempt
    Pavel Labath via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Mar  9 08:25:03 PDT 2020
    
    
  
Author: Pavel Labath
Date: 2020-03-09T16:24:34+01:00
New Revision: 34d7143b035b3db64077968a09185834c1e7e9a7
URL: https://github.com/llvm/llvm-project/commit/34d7143b035b3db64077968a09185834c1e7e9a7
DIFF: https://github.com/llvm/llvm-project/commit/34d7143b035b3db64077968a09185834c1e7e9a7.diff
LOG: [lldb] Fix windows build, second attempt
Added: 
    
Modified: 
    lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
Removed: 
    
################################################################################
diff  --git a/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp b/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
index 782edfe68279..6d608b2b6ce3 100644
--- a/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
+++ b/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
@@ -11,6 +11,7 @@
 #include "lldb/Host/windows/HostThreadWindows.h"
 #include "lldb/Host/windows/windows.h"
 #include "lldb/Target/RegisterContext.h"
+#include "lldb/Target/Unwind.h"
 #include "lldb/Utility/Log.h"
 #include "lldb/Utility/Logging.h"
 #include "lldb/Utility/State.h"
        
    
    
More information about the lldb-commits
mailing list