forked from pool/armnn
51 lines
1.4 KiB
Diff
51 lines
1.4 KiB
Diff
|
--- armnn-23.02/src/armnnUtils/VerificationHelpers.hpp.orig 2023-03-21 11:42:43.586421589 +0100
|
||
|
+++ armnn-23.02/src/armnnUtils/VerificationHelpers.hpp 2023-03-21 11:42:58.738601283 +0100
|
||
|
@@ -7,6 +7,7 @@
|
||
|
#include <sstream>
|
||
|
|
||
|
#include <armnn/Exceptions.hpp>
|
||
|
+#include <cstdint>
|
||
|
|
||
|
namespace armnnUtils
|
||
|
{
|
||
|
--- armnn-23.02/profiling/client/include/CounterIdMap.hpp.orig 2023-03-21 12:03:05.672831589 +0100
|
||
|
+++ armnn-23.02/profiling/client/include/CounterIdMap.hpp 2023-03-21 12:03:18.292980107 +0100
|
||
|
@@ -6,6 +6,7 @@
|
||
|
|
||
|
#include <map>
|
||
|
#include <string>
|
||
|
+#include <cstdint>
|
||
|
|
||
|
namespace arm
|
||
|
{
|
||
|
--- armnn-23.02/profiling/common/include/Counter.hpp.orig 2023-03-21 13:14:21.926470002 +0100
|
||
|
+++ armnn-23.02/profiling/common/include/Counter.hpp 2023-03-21 13:14:32.046586851 +0100
|
||
|
@@ -6,6 +6,7 @@
|
||
|
#pragma once
|
||
|
|
||
|
#include <string>
|
||
|
+#include <cstdint>
|
||
|
|
||
|
namespace arm
|
||
|
{
|
||
|
--- armnn-23.02/profiling/client/src/Holder.cpp.orig 2023-03-21 13:28:41.724376732 +0100
|
||
|
+++ armnn-23.02/profiling/client/src/Holder.cpp 2023-03-21 13:28:55.772538587 +0100
|
||
|
@@ -4,6 +4,7 @@
|
||
|
//
|
||
|
|
||
|
#include <client/include/Holder.hpp>
|
||
|
+#include <string>
|
||
|
|
||
|
namespace arm
|
||
|
{
|
||
|
--- armnn-23.02/profiling/client/include/Holder.hpp.orig 2023-03-21 14:36:13.377591628 +0100
|
||
|
+++ armnn-23.02/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
|
||
|
{
|