Skip to content

Commit

Permalink
Fix MSVC compilation following iree-org#18682 (iree-org#18830)
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Jacob <[email protected]>
  • Loading branch information
bjacob authored Oct 18, 2024
1 parent 012f8a6 commit 2dffc9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/plugins/target/LLVMCPU/ResolveCPUAndCPUFeatures.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifndef IREE_COMPILER_PLUGINS_TARGET_LLVMCPU_RESOLVECPUANDCPUFEATURES_H_
#define IREE_COMPILER_PLUGINS_TARGET_LLVMCPU_RESOLVECPUANDCPUFEATURES_H_

#include <string>
#include <string_view>

namespace mlir::iree_compiler::IREE::HAL {
Expand Down

0 comments on commit 2dffc9e

Please sign in to comment.