[Mlir-commits] [mlir] d175aed - [Tosa] Add necessary `unordered_map` header file (#128248)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Feb 21 16:01:15 PST 2025


Author: Mosè Giordano
Date: 2025-02-21T18:01:11-06:00
New Revision: d175aed4fddeef91ceee55072e3f1782ebc5bf83

URL: https://github.com/llvm/llvm-project/commit/d175aed4fddeef91ceee55072e3f1782ebc5bf83
DIFF: https://github.com/llvm/llvm-project/commit/d175aed4fddeef91ceee55072e3f1782ebc5bf83.diff

LOG: [Tosa] Add necessary `unordered_map` header file (#128248)

Ref:
https://github.com/llvm/llvm-project/pull/126992#discussion_r1966320748

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Tosa/IR/TosaProfileCompliance.h b/mlir/include/mlir/Dialect/Tosa/IR/TosaProfileCompliance.h
index a831bae12f3c1..5de2a591e698d 100644
--- a/mlir/include/mlir/Dialect/Tosa/IR/TosaProfileCompliance.h
+++ b/mlir/include/mlir/Dialect/Tosa/IR/TosaProfileCompliance.h
@@ -9,6 +9,8 @@
 #ifndef MLIR_DIALECT_TOSA_TRANSFORMS_TOSAPROFILECOMPILANCE_H
 #define MLIR_DIALECT_TOSA_TRANSFORMS_TOSAPROFILECOMPILANCE_H
 
+#include <unordered_map>
+
 #include "mlir/Dialect/Tosa/IR/TargetEnv.h"
 #include "mlir/Dialect/Tosa/Transforms/Passes.h"
 


        


More information about the Mlir-commits mailing list