diff options
author | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-12-22 23:08:39 +0000 |
---|---|---|
committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-12-22 23:08:39 +0000 |
commit | 345b7430a9f2f846f45ad2b18c366f9cb7f047ba (patch) | |
tree | b3db5fd3280382524acb7d13ed12cef7b39d03ca /llvm/lib/TableGen | |
parent | 9e5b178eccd08aec2cf13f78f31e17a9f22c320a (diff) | |
download | bcm5719-llvm-345b7430a9f2f846f45ad2b18c366f9cb7f047ba.tar.gz bcm5719-llvm-345b7430a9f2f846f45ad2b18c366f9cb7f047ba.zip |
try to fix MSVC build
llvm-svn: 147198
Diffstat (limited to 'llvm/lib/TableGen')
-rw-r--r-- | llvm/lib/TableGen/TGLexer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/TableGen/TGLexer.cpp b/llvm/lib/TableGen/TGLexer.cpp index 0977b00e8c9..c9c674c8898 100644 --- a/llvm/lib/TableGen/TGLexer.cpp +++ b/llvm/lib/TableGen/TGLexer.cpp @@ -22,6 +22,9 @@ #include <cstdlib> #include <cstring> #include <cerrno> + +#include "llvm/Config/config.h" + using namespace llvm; TGLexer::TGLexer(SourceMgr &SM) : SrcMgr(SM) { |