From: Chris Lattner Date: Thu, 22 Nov 2007 23:19:05 +0000 (+0000) Subject: add missing #include X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=8dcf7513105fee939605eb98d86600ec279e3891;ds=sidebyside add missing #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44282 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/TGLexer.h b/utils/TableGen/TGLexer.h index 9f1b535cd40..1b157e65097 100644 --- a/utils/TableGen/TGLexer.h +++ b/utils/TableGen/TGLexer.h @@ -17,6 +17,7 @@ #include #include #include +#include namespace llvm { class MemoryBuffer;