IVGCVSW-5835 Move the src/profiling/LabelsAndEventClasses class to profiling/common

Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Change-Id: I83de0fe9c83ec7e698817095ce5cfe3319c36ea6
diff --git a/src/armnn/Network.cpp b/src/armnn/Network.cpp
index 2c14136..5807d17 100644
--- a/src/armnn/Network.cpp
+++ b/src/armnn/Network.cpp
@@ -28,6 +28,8 @@
 
 #include <ProfilingService.hpp>
 
+#include <common/include/ProfilingGuid.hpp>
+
 #include <fcntl.h>
 #include <algorithm>
 #include <fstream>