aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IProfilingConnectionFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IProfilingConnectionFactory.hpp')
-rw-r--r--src/profiling/IProfilingConnectionFactory.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profiling/IProfilingConnectionFactory.hpp b/src/profiling/IProfilingConnectionFactory.hpp
index 173421092e..c2bbc70d8b 100644
--- a/src/profiling/IProfilingConnectionFactory.hpp
+++ b/src/profiling/IProfilingConnectionFactory.hpp
@@ -7,7 +7,7 @@
#include "IProfilingConnection.hpp"
-#include <Runtime.hpp>
+#include <armnn/IRuntime.hpp>
#include <memory>
@@ -20,7 +20,7 @@ namespace profiling
class IProfilingConnectionFactory
{
public:
- using ExternalProfilingOptions = Runtime::CreationOptions::ExternalProfilingOptions;
+ using ExternalProfilingOptions = IRuntime::CreationOptions::ExternalProfilingOptions;
using IProfilingConnectionPtr = std::unique_ptr<IProfilingConnection>;
virtual ~IProfilingConnectionFactory() {}