We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8214f5 commit 1a12acdCopy full SHA for 1a12acd
mlir/examples/standalone/standalone-translate/standalone-translate.cpp
@@ -12,10 +12,13 @@
12
//===----------------------------------------------------------------------===//
13
14
#include "Standalone/StandaloneDialect.h"
15
+#include "mlir/IR/DialectRegistry.h"
16
+#include "mlir/IR/Operation.h"
17
#include "mlir/InitAllTranslations.h"
18
#include "mlir/Support/LogicalResult.h"
19
#include "mlir/Tools/mlir-translate/MlirTranslateMain.h"
20
#include "mlir/Tools/mlir-translate/Translation.h"
21
+#include "llvm/Support/raw_ostream.h"
22
23
int main(int argc, char **argv) {
24
mlir::registerAllTranslations();
0 commit comments