Skip to content

Commit 6d2f472

Browse files
committed
fix header
1 parent d5055a7 commit 6d2f472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Bindings/Python/Pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include "IRModule.h"
1212
#include "mlir-c/Pass.h"
1313
#include "mlir/Bindings/Python/Nanobind.h"
14-
#include "nanobind/trampoline.h"
1514
#include "mlir-c/Bindings/Python/Interop.h" // This is expected after nanobind.
15+
#include "nanobind/trampoline.h"
1616

1717
namespace nb = nanobind;
1818
using namespace nb::literals;

0 commit comments

Comments
 (0)