TGLexer.h - add missing <vector> include.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 21 Apr 2020 10:56:49 +0000 (11:56 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 21 Apr 2020 10:57:10 +0000 (11:57 +0100)
commit1811061c387baeff59446a090890368da3d86d42
tree6187f16b4608a752e95053d7e3ea93a8af9aeaec
parent49202476e6d3b8b3bb1029859329afa22981e5b9
TGLexer.h - add missing <vector> include.
Looks like we are implicitly depending on <vector> but not all machines will include it.
llvm/lib/TableGen/TGLexer.h