Skip to content

Commit 944f867

Browse files
committed
add imports for tuple in CTagsEmitter.cpp
1 parent 7a9f2db commit 944f867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/utils/TableGen/CTagsEmitter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "llvm/TableGen/Error.h"
1818
#include "llvm/TableGen/Record.h"
1919
#include "llvm/TableGen/TableGenBackend.h"
20+
#include <tuple>
2021
#include <vector>
2122
using namespace llvm;
2223

0 commit comments

Comments
 (0)