aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-04-07 12:25:05 +0100
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-04-07 12:32:01 +0000
commit627cbb486de6c5b268c79d8ba1c8b96e0391a1df (patch)
treea118c9fa96beb1b8f037bd60c6356f8d7bc3fbd5 /tests
parent4e70a0a0c6e36199f859ddfebb704bdc57d0bc12 (diff)
downloadarmnn-627cbb486de6c5b268c79d8ba1c8b96e0391a1df.tar.gz
IVGCVSW-4661 Add include Assert to GatordMockService.cpp
Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: Idcd0927b40fd4b9106f419f379e8b052280db040
Diffstat (limited to 'tests')
-rw-r--r--tests/profiling/gatordmock/GatordMockService.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/profiling/gatordmock/GatordMockService.cpp b/tests/profiling/gatordmock/GatordMockService.cpp
index aad335dc4d..dbe4fb3b99 100644
--- a/tests/profiling/gatordmock/GatordMockService.cpp
+++ b/tests/profiling/gatordmock/GatordMockService.cpp
@@ -10,6 +10,8 @@
#include <ProfilingUtils.hpp>
#include <NetworkSockets.hpp>
+#include <armnn/utility/Assert.hpp>
+
#include <cerrno>
#include <fcntl.h>
#include <iomanip>