summaryrefslogtreecommitdiff
path: root/utils/TableGen/TGLexer.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-22 23:19:05 +0000
committerChris Lattner <sabre@nondot.org>2007-11-22 23:19:05 +0000
commit8dcf7513105fee939605eb98d86600ec279e3891 (patch)
tree934bb2d4013f007b1cbce468c6cf56514d2c9239 /utils/TableGen/TGLexer.h
parent311c4b6e9867bba83fdd9b52c3746b203a3d829d (diff)
downloadllvm-8dcf7513105fee939605eb98d86600ec279e3891.tar.gz
llvm-8dcf7513105fee939605eb98d86600ec279e3891.tar.bz2
llvm-8dcf7513105fee939605eb98d86600ec279e3891.tar.xz
add missing #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TGLexer.h')
-rw-r--r--utils/TableGen/TGLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/TGLexer.h b/utils/TableGen/TGLexer.h
index 9f1b535cd4..1b157e6509 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;