aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/Profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/Profiler.h')
-rw-r--r--tests/framework/Profiler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/framework/Profiler.h b/tests/framework/Profiler.h
index 1454c0f875..930075e214 100644
--- a/tests/framework/Profiler.h
+++ b/tests/framework/Profiler.h
@@ -25,6 +25,7 @@
#define ARM_COMPUTE_TEST_PROFILER
#include "instruments/Instrument.h"
+#include "instruments/Measurement.h"
#include <map>
#include <memory>
@@ -45,7 +46,7 @@ class Profiler
{
public:
/** Mapping from instrument ids to their measurements. */
- using MeasurementsMap = std::map<std::string, std::vector<Instrument::Measurement>>;
+ using MeasurementsMap = std::map<std::string, std::vector<Measurement>>;
/** Add @p instrument to the performance monitor.
*