forked from OSchip/llvm-project
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:
parent
250360d4bd
commit
afed776fa9
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue