Add uint8/int8 support to cpu conv3d

Add support for qasymm8/qasymm8_signed in cpu conv3d.

Resolves: COMPMID-4665

Signed-off-by: Freddie Liardet <frederick.liardet@arm.com>
Change-Id: I2450bb6f24969745c8b936f4b657bd406b788c57
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6478
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Giorgio Arena <giorgio.arena@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
diff --git a/src/cpu/kernels/conv3d/neon/list.h b/src/cpu/kernels/conv3d/neon/list.h
index b24785a..3e2db66 100644
--- a/src/cpu/kernels/conv3d/neon/list.h
+++ b/src/cpu/kernels/conv3d/neon/list.h
@@ -29,6 +29,7 @@
 #include "arm_compute/runtime/FunctionDescriptors.h"
 #include "src/core/NEON/wrapper/wrapper.h"
 #include "src/core/helpers/WindowHelpers.h"
+#include "src/cpu/kernels/conv3d/neon/quantized.h"
 
 namespace arm_compute
 {
@@ -171,6 +172,7 @@
     },
     out);
 }
+
 } // namespace cpu
 } // namespace arm_compute
 #endif // SRC_CORE_NEON_KERNELS_CONV3D_LIST_H
\ No newline at end of file