Fix generation of multi-stage instruction itineraries. Patch by
[oota-llvm.git] / utils / TableGen / TGLexer.h
index 9f1b535cd404ca3b35b15e660053c2ff1b58e4a4..b4fa97cc0864cb3114237ab4268b16e29bab7d72 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Chris Lattner and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -17,6 +17,7 @@
 #include <vector>
 #include <string>
 #include <iosfwd>
+#include <cassert>
 
 namespace llvm {
 class MemoryBuffer;