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 | 9789f81eb43832dc9929f43879a831e3ec6e4f0e (patch) | |
tree | f6461d63f64c3d06b04872f3a95dca135d89e581 /llvm/lib/Support/CrashRecoveryContext.cpp | |
parent | b759a13da86d2c66e5135fd2b5ac9017b37621f3 (diff) | |
download | bcm5719-llvm-9789f81eb43832dc9929f43879a831e3ec6e4f0e.tar.gz bcm5719-llvm-9789f81eb43832dc9929f43879a831e3ec6e4f0e.zip |
Make sure to include config.h, to pickup LLVM_ON_WIN32.
llvm-svn: 109721
Diffstat (limited to 'llvm/lib/Support/CrashRecoveryContext.cpp')
-rw-r--r-- | llvm/lib/Support/CrashRecoveryContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/CrashRecoveryContext.cpp b/llvm/lib/Support/CrashRecoveryContext.cpp index c079182bd1c..1213484f8c1 100644 --- a/llvm/lib/Support/CrashRecoveryContext.cpp +++ b/llvm/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> |