diff options
author | Haibo Huang <hhb@google.com> | 2019-08-06 18:20:43 +0000 |
---|---|---|
committer | Haibo Huang <hhb@google.com> | 2019-08-06 18:20:43 +0000 |
commit | a63417fe6c8fca288db28c9dd77f8ca789627227 (patch) | |
tree | 590e09a9b2be299ecb8f7472b632a7f1352dadb1 /lldb/source/Initialization/SystemInitializerCommon.cpp | |
parent | c10180ed8ed9c5d8071eb575c0eaa119d517cc85 (diff) | |
download | bcm5719-llvm-a63417fe6c8fca288db28c9dd77f8ca789627227.tar.gz bcm5719-llvm-a63417fe6c8fca288db28c9dd77f8ca789627227.zip |
Various build fixes for lldb on MinGW
Subscribers: mstorsjo, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D65691
llvm-svn: 368069
Diffstat (limited to 'lldb/source/Initialization/SystemInitializerCommon.cpp')
-rw-r--r-- | lldb/source/Initialization/SystemInitializerCommon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Initialization/SystemInitializerCommon.cpp b/lldb/source/Initialization/SystemInitializerCommon.cpp index 8558911c2f4..e17dc65f671 100644 --- a/lldb/source/Initialization/SystemInitializerCommon.cpp +++ b/lldb/source/Initialization/SystemInitializerCommon.cpp @@ -25,6 +25,7 @@ #if defined(_WIN32) #include "Plugins/Process/Windows/Common/ProcessWindowsLog.h" #include "lldb/Host/windows/windows.h" +#include <crtdbg.h> #endif #include "llvm/Support/TargetSelect.h" |