From 5ed7e3c3a20266c489d66e0c4744d9efdf126d21 Mon Sep 17 00:00:00 2001
From: protonu <pbasu@nvidia.com>
Date: Fri, 13 Dec 2024 10:34:46 -0800
Subject: [PATCH] rebase and address reviewer comments

---
 csrc/scheduler/hopper_multi_matmul.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/csrc/scheduler/hopper_multi_matmul.cpp b/csrc/scheduler/hopper_multi_matmul.cpp
index 91048d3374c..1df6276ab0e 100644
--- a/csrc/scheduler/hopper_multi_matmul.cpp
+++ b/csrc/scheduler/hopper_multi_matmul.cpp
@@ -9,6 +9,7 @@
 #include <disjoint_set.h>
 #include <id_model/schedule.h>
 #include <instrumentation.h>
+#include <ir/graphviz.h>
 #include <ir/utils.h>
 #include <scheduler/debug_utils.h>
 #include <scheduler/hopper_multi_matmul.h>