aboutsummaryrefslogtreecommitdiff
path: root/Driver/RewriteTest.cpp
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-12-23 01:19:32 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-12-23 01:19:32 +0000
commitd0fa1092e8128fa4626a2cf77225bbd78bbc8c6a (patch)
treef3ff47db70706e36de9e7d8aad1123c13d7e95ed /Driver/RewriteTest.cpp
parent1cbb58f1e846f282679ce314307753dc1a76bb77 (diff)
Unbreak mingw build
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45328 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/RewriteTest.cpp')
-rw-r--r--Driver/RewriteTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Driver/RewriteTest.cpp b/Driver/RewriteTest.cpp
index c9dd0f731c..4cb0dce91e 100644
--- a/Driver/RewriteTest.cpp
+++ b/Driver/RewriteTest.cpp
@@ -21,6 +21,7 @@
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/SmallPtrSet.h"
+#include "llvm/Config/alloca.h"
#include "llvm/Support/MemoryBuffer.h"
#include <sstream>
using namespace clang;