aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NEMinMaxLayerKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NEMinMaxLayerKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NEMinMaxLayerKernel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/NEON/kernels/NEMinMaxLayerKernel.h b/arm_compute/core/NEON/kernels/NEMinMaxLayerKernel.h
index 5e01acf3e6..c5ead905ca 100644
--- a/arm_compute/core/NEON/kernels/NEMinMaxLayerKernel.h
+++ b/arm_compute/core/NEON/kernels/NEMinMaxLayerKernel.h
@@ -26,9 +26,9 @@
#define __ARM_COMPUTE_NEMINMAXLAYERKERNEL_H__
#include "arm_compute/core/NEON/INEKernel.h"
+#include "support/Mutex.h"
#include <cstdint>
-#include <mutex>
namespace arm_compute
{
@@ -71,7 +71,7 @@ private:
void update_min_max(float *out_ptr, float min, float max);
const ITensor *_input;
ITensor *_output;
- std::mutex _mtx;
+ Mutex _mtx;
};
}
-#endif /* __ARM_COMPUTE_NEMINMAXLAYERKERNEL_H__ */ \ No newline at end of file
+#endif /* __ARM_COMPUTE_NEMINMAXLAYERKERNEL_H__ */