diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-07-29 01:52:04 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-07-29 01:52:04 +0000 |
commit | dade28ee4eeaa9d22dac986666de4005e1309a06 (patch) | |
tree | 5278954769d79b9b10129331502cd13ce5723ec8 /lib/Support/CrashRecoveryContext.cpp | |
parent | 56491303a6e6daa16f3bd92fb11d757f73e85b6a (diff) |
Make sure to include config.h, to pickup LLVM_ON_WIN32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109721 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/CrashRecoveryContext.cpp')
-rw-r--r-- | lib/Support/CrashRecoveryContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CrashRecoveryContext.cpp b/lib/Support/CrashRecoveryContext.cpp index c079182bd1..1213484f8c 100644 --- a/lib/Support/CrashRecoveryContext.cpp +++ b/lib/Support/CrashRecoveryContext.cpp @@ -9,6 +9,7 @@ #include "llvm/Support/CrashRecoveryContext.h" #include "llvm/ADT/SmallString.h" +#include "llvm/Config/config.h" #include "llvm/System/ThreadLocal.h" #include <setjmp.h> #include <cstdio> |