We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1b8f7 commit b271e8aCopy full SHA for b271e8a
include/circt/Dialect/FIRRTL/FIRParser.h
@@ -15,6 +15,8 @@
15
#define CIRCT_DIALECT_FIRRTL_FIRPARSER_H
16
17
#include "circt/Support/LLVM.h"
18
+#include <string>
19
+#include <vector>
20
21
namespace llvm {
22
class SourceMgr;
0 commit comments