From: Dylan Noblesmith Date: Thu, 22 Dec 2011 23:08:39 +0000 (+0000) Subject: try to fix MSVC build X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8cc300cb3415d1d806e6f9e6ecb7c3d3f8341ad2;p=oota-llvm.git try to fix MSVC build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147198 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/TableGen/TGLexer.cpp b/lib/TableGen/TGLexer.cpp index 0977b00e8c9..c9c674c8898 100644 --- a/lib/TableGen/TGLexer.cpp +++ b/lib/TableGen/TGLexer.cpp @@ -22,6 +22,9 @@ #include #include #include + +#include "llvm/Config/config.h" + using namespace llvm; TGLexer::TGLexer(SourceMgr &SM) : SrcMgr(SM) {