forked from OSchip/llvm-project
TGLexer.h - add missing <vector> include.
Looks like we are implicitly depending on <vector> but not all machines will include it.
This commit is contained in:
parent
49202476e6
commit
1811061c38
|
@ -21,6 +21,7 @@
|
|||
#include <memory>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
template <typename T> class ArrayRef;
|
||||
|
|
Loading…
Reference in New Issue