aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Runtime.cpp
diff options
context:
space:
mode:
authorMatthew Bentham <Matthew.Bentham@arm.com>2020-01-15 17:55:08 +0000
committerMatthew Bentham <Matthew.Bentham@arm.com>2020-01-16 09:19:56 +0000
commitf48afc6c385cda14e34b0121e02adcb853dedc87 (patch)
tree6b8272fda843d339609907f4fb5ed33c7009af40 /src/armnn/Runtime.cpp
parentd3a07830771ac6ea0ce3a4d12bfb473cd9a5565d (diff)
downloadarmnn-f48afc6c385cda14e34b0121e02adcb853dedc87.tar.gz
Remove Logging.hpp from ArmNN.hpp
Logging.hpp is mainly useful for raising Arm NN log messages. There's very little point in automatically including it for users of the library via the ArmNN.hpp convenience header. Signed-off-by: Matthew Bentham <Matthew.Bentham@arm.com> Change-Id: I71fb3188dc0b30c1bbc86a31996470c707d38c19
Diffstat (limited to 'src/armnn/Runtime.cpp')
-rw-r--r--src/armnn/Runtime.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/armnn/Runtime.cpp b/src/armnn/Runtime.cpp
index 1e3e232046..2d7269a09c 100644
--- a/src/armnn/Runtime.cpp
+++ b/src/armnn/Runtime.cpp
@@ -6,6 +6,7 @@
#include <armnn/Version.hpp>
#include <armnn/BackendRegistry.hpp>
+#include <armnn/Logging.hpp>
#include <armnn/backends/IBackendContext.hpp>
#include <backendsCommon/DynamicBackendUtils.hpp>