summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-07-29 01:52:04 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-07-29 01:52:04 +0000
commitdade28ee4eeaa9d22dac986666de4005e1309a06 (patch)
tree5278954769d79b9b10129331502cd13ce5723ec8
parent56491303a6e6daa16f3bd92fb11d757f73e85b6a (diff)
downloadllvm-dade28ee4eeaa9d22dac986666de4005e1309a06.tar.gz
llvm-dade28ee4eeaa9d22dac986666de4005e1309a06.tar.bz2
llvm-dade28ee4eeaa9d22dac986666de4005e1309a06.tar.xz
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
-rw-r--r--lib/Support/CrashRecoveryContext.cpp1
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>