Skip to content

Commit d175aed

Browse files
authored
[Tosa] Add necessary unordered_map header file (#128248)
Ref: #126992 (comment)
1 parent 7cfab6c commit d175aed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/include/mlir/Dialect/Tosa/IR/TosaProfileCompliance.h

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#ifndef MLIR_DIALECT_TOSA_TRANSFORMS_TOSAPROFILECOMPILANCE_H
1010
#define MLIR_DIALECT_TOSA_TRANSFORMS_TOSAPROFILECOMPILANCE_H
1111

12+
#include <unordered_map>
13+
1214
#include "mlir/Dialect/Tosa/IR/TargetEnv.h"
1315
#include "mlir/Dialect/Tosa/Transforms/Passes.h"
1416

0 commit comments

Comments
 (0)