ports/misc/nn-insight/files/patch-tensor.h
Yuri Victorovich de9a3036c5 misc/nn-insight: Fix build
Reported by:	fallout
2024-10-13 12:01:35 -07:00

10 lines
191 B
C++

--- tensor.h.orig 2022-05-15 02:44:06 UTC
+++ tensor.h
@@ -3,6 +3,7 @@
#pragma once
#include <ostream>
+#include <memory>
#include <vector>
typedef std::vector<unsigned> TensorShape;