[llvm-commits] [llvm] r147198 - /llvm/trunk/lib/TableGen/TGLexer.cpp
    Dylan Noblesmith 
    nobled at dreamwidth.org
       
    Thu Dec 22 15:08:39 PST 2011
    
    
  
Author: nobled
Date: Thu Dec 22 17:08:39 2011
New Revision: 147198
URL: http://llvm.org/viewvc/llvm-project?rev=147198&view=rev
Log:
try to fix MSVC build
Modified:
    llvm/trunk/lib/TableGen/TGLexer.cpp
Modified: llvm/trunk/lib/TableGen/TGLexer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/TableGen/TGLexer.cpp?rev=147198&r1=147197&r2=147198&view=diff
==============================================================================
--- llvm/trunk/lib/TableGen/TGLexer.cpp (original)
+++ llvm/trunk/lib/TableGen/TGLexer.cpp Thu Dec 22 17:08:39 2011
@@ -22,6 +22,9 @@
 #include <cstdlib>
 #include <cstring>
 #include <cerrno>
+
+#include "llvm/Config/config.h"
+
 using namespace llvm;
 
 TGLexer::TGLexer(SourceMgr &SM) : SrcMgr(SM) {
    
    
More information about the llvm-commits
mailing list