IVGCVSW-4661 Add include Assert to GatordMockService.cpp

Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com>
Change-Id: Idcd0927b40fd4b9106f419f379e8b052280db040
diff --git a/tests/profiling/gatordmock/GatordMockService.cpp b/tests/profiling/gatordmock/GatordMockService.cpp
index aad335d..dbe4fb3 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>