Skip to content

Commit f269c78

Browse files
committed
Fix build errors
1 parent 4bf3fcc commit f269c78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mlir/lib/Dialect/MIGraphX/IR/MIGraphX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "mlir/IR/TypeUtilities.h"
2121
#include "mlir/IR/Value.h"
2222
#include "llvm/ADT/STLExtras.h"
23+
#include "llvm/ADT/StringExtras.h"
2324
#include "llvm/ADT/TypeSwitch.h"
2425
#include "llvm/Support/Debug.h"
2526
#include "llvm/Support/MathExtras.h"
@@ -28,7 +29,6 @@
2829
#include "mlir/Dialect/MIGraphX/IR/MIGraphXDialect.cpp.inc"
2930

3031
#include "mlir/Dialect/MIGraphX/IR/MIGraphXEnums.cpp.inc"
31-
#include "llvm/ADT/StringExtras.h"
3232

3333
#define DEBUG_TYPE "migraphx"
3434

0 commit comments

Comments
 (0)