summaryrefslogtreecommitdiff
path: root/lib/Support/ErrorHandling.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-08-17 23:22:10 +0000
committerChris Lattner <sabre@nondot.org>2010-08-17 23:22:10 +0000
commit7942e3c41228dd06637634bd571ae3e33133c975 (patch)
tree8fb2f3779a95685b99b701c7f4d41b265644f699 /lib/Support/ErrorHandling.cpp
parent93d81b697c054c04d1995af0393f20ce23f520d4 (diff)
downloadllvm-7942e3c41228dd06637634bd571ae3e33133c975.tar.gz
llvm-7942e3c41228dd06637634bd571ae3e33133c975.tar.bz2
llvm-7942e3c41228dd06637634bd571ae3e33133c975.tar.xz
include config.h to get config params, hopefully unbreaking mingw builder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/ErrorHandling.cpp')
-rw-r--r--lib/Support/ErrorHandling.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/ErrorHandling.cpp b/lib/Support/ErrorHandling.cpp
index c4d5ea4c3d..08830dc80b 100644
--- a/lib/Support/ErrorHandling.cpp
+++ b/lib/Support/ErrorHandling.cpp
@@ -19,6 +19,7 @@
#include "llvm/System/Signals.h"
#include "llvm/System/Threading.h"
#include "llvm/ADT/SmallVector.h"
+#include "llvm/Config/config.h"
#include <cassert>
#include <cstdlib>