aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/ProfilerTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/test/ProfilerTests.cpp')
-rw-r--r--src/armnn/test/ProfilerTests.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/armnn/test/ProfilerTests.cpp b/src/armnn/test/ProfilerTests.cpp
index b4720f2902..a052862bdd 100644
--- a/src/armnn/test/ProfilerTests.cpp
+++ b/src/armnn/test/ProfilerTests.cpp
@@ -3,6 +3,9 @@
// SPDX-License-Identifier: MIT
//
+#include <armnn/IRuntime.hpp>
+#include <armnn/TypesUtils.hpp>
+
#include <boost/test/unit_test.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/algorithm/string.hpp>
@@ -11,7 +14,6 @@
#include <thread>
#include <ostream>
-#include <armnn/TypesUtils.hpp>
#include <Profiling.hpp>
namespace armnn