forked from OSchip/llvm-project
parent
9e5b178ecc
commit
345b7430a9
|
@ -22,6 +22,9 @@
|
|||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <cerrno>
|
||||
|
||||
#include "llvm/Config/config.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
TGLexer::TGLexer(SourceMgr &SM) : SrcMgr(SM) {
|
||||
|
|
Loading…
Reference in New Issue