fix autoconf build from r133710

Sorry! This commit worked in CMake, but
CXX_INCLUDE_ROOT is defined in a different
config.h for autoconf.

llvm-svn: 133715
This commit is contained in:
Dylan Noblesmith 2011-06-23 13:50:47 +00:00
parent 250360d4bd
commit afed776fa9
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@
#include <cstdlib> // ::getenv
#include "llvm/Config/config.h" // for CXX_INCLUDE_ROOT
using namespace clang::driver;
using namespace clang::driver::toolchains;