try to fix MSVC build

llvm-svn: 147198
This commit is contained in:
Dylan Noblesmith 2011-12-22 23:08:39 +00:00
parent 9e5b178ecc
commit 345b7430a9
1 changed files with 3 additions and 0 deletions

View 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) {