aboutsummaryrefslogtreecommitdiff
path: root/profiling/server/src/basePipeServer/BasePipeServer.cpp
diff options
context:
space:
mode:
authorFinn Williams <Finn.Williams@arm.com>2020-05-22 14:28:15 +0100
committerKevin May <kevin.may@arm.com>2020-05-25 07:40:33 +0000
commitbadcc3f56dcd3627d8efc2678e5ad5449225fcb9 (patch)
treed2ec7547909eb0e11f79bcfebb8d8fe45828d150 /profiling/server/src/basePipeServer/BasePipeServer.cpp
parent0a336dce464a822bbd9563b5dc021a37c6671515 (diff)
downloadarmnn-badcc3f56dcd3627d8efc2678e5ad5449225fcb9.tar.gz
Fix some musl libc issues in armnn
Signed-off-by: Finn Williams <Finn.Williams@arm.com> Change-Id: Ifb0295ee4516ca6cbd4364ade418b707fb39b354
Diffstat (limited to 'profiling/server/src/basePipeServer/BasePipeServer.cpp')
-rw-r--r--profiling/server/src/basePipeServer/BasePipeServer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiling/server/src/basePipeServer/BasePipeServer.cpp b/profiling/server/src/basePipeServer/BasePipeServer.cpp
index 7e8789aa2a..ed5c442492 100644
--- a/profiling/server/src/basePipeServer/BasePipeServer.cpp
+++ b/profiling/server/src/basePipeServer/BasePipeServer.cpp
@@ -11,6 +11,7 @@
#include <boost/cast.hpp>
#include <vector>
#include <iomanip>
+#include <string.h>
using namespace armnnUtils;