[llvm-commits] [llvm] r44282 - /llvm/trunk/utils/TableGen/TGLexer.h

Chris Lattner sabre at nondot.org
Thu Nov 22 15:19:05 PST 2007


Author: lattner
Date: Thu Nov 22 17:19:05 2007
New Revision: 44282

URL: http://llvm.org/viewvc/llvm-project?rev=44282&view=rev
Log:
add missing #include

Modified:
    llvm/trunk/utils/TableGen/TGLexer.h

Modified: llvm/trunk/utils/TableGen/TGLexer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/TGLexer.h?rev=44282&r1=44281&r2=44282&view=diff

==============================================================================
--- llvm/trunk/utils/TableGen/TGLexer.h (original)
+++ llvm/trunk/utils/TableGen/TGLexer.h Thu Nov 22 17:19:05 2007
@@ -17,6 +17,7 @@
 #include <vector>
 #include <string>
 #include <iosfwd>
+#include <cassert>
 
 namespace llvm {
 class MemoryBuffer;





More information about the llvm-commits mailing list