Skip to content

Commit 82c2855

Browse files
committed
Include fmt/format.h for formatting support in Tensor.cpp
1 parent 8903b10 commit 82c2855

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Tensor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// SPDX-License-Identifier: Apache-2.0
22

33
#include "kompute/Tensor.hpp"
4+
#include <fmt/format.h>
45

56
namespace kp {
67

0 commit comments

Comments
 (0)