aboutsummaryrefslogtreecommitdiff
path: root/delegate/classic/src/BatchMatMul.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/classic/src/BatchMatMul.hpp')
-rw-r--r--delegate/classic/src/BatchMatMul.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/delegate/classic/src/BatchMatMul.hpp b/delegate/classic/src/BatchMatMul.hpp
index f56f728ef5..94b25fe7b5 100644
--- a/delegate/classic/src/BatchMatMul.hpp
+++ b/delegate/classic/src/BatchMatMul.hpp
@@ -5,7 +5,8 @@
#pragma once
-#include <DelegateUtils.hpp>
+#include <ClassicDelegateUtils.hpp>
+
#include <algorithm>
#include <iterator>
#include <string>