commit | e75e8c0386db577086c56ffa50418d89b8adbb27 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Nov 22 23:19:05 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Nov 22 23:19:05 2007 +0000 |
tree | 934bb2d4013f007b1cbce468c6cf56514d2c9239 | |
parent | 5286e13220cb11dbb34e24f306e3d9bda3bf6f5a [diff] [blame] |
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 9f1b535..1b157e6 100644 --- a/utils/TableGen/TGLexer.h +++ b/utils/TableGen/TGLexer.h
@@ -17,6 +17,7 @@ #include <vector> #include <string> #include <iosfwd> +#include <cassert> namespace llvm { class MemoryBuffer;