Make sure to include config.h, to pickup LLVM_ON_WIN32.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 29 Jul 2010 01:52:04 +0000 (01:52 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 29 Jul 2010 01:52:04 +0000 (01:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109721 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/CrashRecoveryContext.cpp

index c079182bd1c51b8d8e4812b7b501294c80ce9403..1213484f8c1d14d4756adac55e4f16797b1f6ebc 100644 (file)
@@ -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>