Guillaume GARDET
fd0141bad3
- Add additionnal gcc13 fixes: * 4cf40d7.diff * armnn-fix-gcc13-2.patch OBS-URL: https://build.opensuse.org/request/show/1080887 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/armnn?expand=0&rev=72
11 lines
269 B
Diff
11 lines
269 B
Diff
--- ./profiling/client/include/Holder.hpp.orig 2023-03-21 14:36:13.377591628 +0100
|
|
+++ ./profiling/client/include/Holder.hpp 2023-03-21 14:36:31.325798921 +0100
|
|
@@ -8,6 +8,7 @@
|
|
#include <mutex>
|
|
#include <vector>
|
|
#include <set>
|
|
+#include <string>
|
|
|
|
namespace arm
|
|
{
|