Skip to content

Commit b271e8a

Browse files
authored
Add missing header includes (#7187)
1 parent ae1b8f7 commit b271e8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/circt/Dialect/FIRRTL/FIRParser.h

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#define CIRCT_DIALECT_FIRRTL_FIRPARSER_H
1616

1717
#include "circt/Support/LLVM.h"
18+
#include <string>
19+
#include <vector>
1820

1921
namespace llvm {
2022
class SourceMgr;

0 commit comments

Comments
 (0)