try to fix MSVC build
authorDylan Noblesmith <nobled@dreamwidth.org>
Thu, 22 Dec 2011 23:08:39 +0000 (23:08 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Thu, 22 Dec 2011 23:08:39 +0000 (23:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147198 91177308-0d34-0410-b5e6-96231b3b80d8

lib/TableGen/TGLexer.cpp

index 0977b00e8c9a0752e4ba2f8d19dd9c7d905cdfda..c9c674c8898d82e5f7abb6e21dda6b947a1f7898 100644 (file)
@@ -22,6 +22,9 @@
 #include <cstdlib>
 #include <cstring>
 #include <cerrno>
+
+#include "llvm/Config/config.h"
+
 using namespace llvm;
 
 TGLexer::TGLexer(SourceMgr &SM) : SrcMgr(SM) {