Skip to content

Commit

Permalink
Add missing include of fmt/core.h
Browse files Browse the repository at this point in the history
Should fix the Python build

Signed-off-by: Robert Quill <robert.quill@imgtec.com>
  • Loading branch information
robquill committed Aug 27, 2024
1 parent 650665b commit a4b6f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Memory.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Apache-2.0

#include <fmt/core.h>
#include "kompute/Memory.hpp"
#include "kompute/Tensor.hpp"
#include "kompute/Image.hpp"
Expand Down

0 comments on commit a4b6f12

Please sign in to comment.