aboutsummaryrefslogtreecommitdiff
path: root/tests/framework
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-01-25 15:49:23 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:44:21 +0000
commit503cec81c77eaa0d7f6b98358de287bbfe04bcb5 (patch)
treef48cab02693dabb0dbe507a9161254dd490aabd6 /tests/framework
parent33d22072b2c30244d3e10913d78691019dc937f4 (diff)
downloadComputeLibrary-503cec81c77eaa0d7f6b98358de287bbfe04bcb5.tar.gz
COMPMID-765: Added missing <errno.h> include
Change-Id: I25424481ddbbeb43f940cf51cef791e4fd83ea92 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/117676 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-by: Pablo Tello <pablo.tello@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/framework')
-rw-r--r--tests/framework/instruments/PMU.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/framework/instruments/PMU.h b/tests/framework/instruments/PMU.h
index e0a1870539..c069a6366b 100644
--- a/tests/framework/instruments/PMU.h
+++ b/tests/framework/instruments/PMU.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -27,6 +27,7 @@
#include "arm_compute/core/Error.h"
#include <cstdint>
+#include <errno.h>
#include <linux/perf_event.h>
#include <stdexcept>
#include <sys/syscall.h>