Skip to content

Commit

Permalink
TGLexer.h - add missing <vector> include.
Browse files Browse the repository at this point in the history
Looks like we are implicitly depending on <vector> but not all machines will include it.
  • Loading branch information
RKSimon committed Apr 21, 2020
1 parent 4920247 commit 1811061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/TableGen/TGLexer.h
Expand Up @@ -21,6 +21,7 @@
#include <memory>
#include <set>
#include <string>
#include <vector>

namespace llvm {
template <typename T> class ArrayRef;
Expand Down

0 comments on commit 1811061

Please sign in to comment.