COMPMID-700: Adds CPPPermute function

Change-Id: I8f6adc67f6e6157710fca540f217d70e6f297217
Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/111721
Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com <bsgcomp@arm.com>
Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
diff --git a/arm_compute/core/Strides.h b/arm_compute/core/Strides.h
index 329fafb..105fdfd 100644
--- a/arm_compute/core/Strides.h
+++ b/arm_compute/core/Strides.h
@@ -26,7 +26,6 @@
 
 #include "arm_compute/core/Dimensions.h"
 #include "arm_compute/core/Error.h"
-#include "arm_compute/core/Types.h"
 
 #include <algorithm>
 #include <array>
@@ -58,5 +57,5 @@
     /** Default destructor */
     ~Strides() = default;
 };
-}
+} // namespace arm_compute
 #endif /*__ARM_COMPUTE_STRIDES_H__*/