aboutsummaryrefslogtreecommitdiff
path: root/test/UtilsTests.cpp
diff options
context:
space:
mode:
authorRob Hughes <robert.hughes@arm.com>2021-07-19 15:29:47 +0100
committerRob Hughes <robert.hughes@arm.com>2021-07-19 15:29:47 +0100
commit083be70627601ee03ab2013663834c1eacae0251 (patch)
tree56de84831736c26f8735c92bdf272b1f9a8d6746 /test/UtilsTests.cpp
parentb90ab633d46ab07a5c8a7c9e162e6f540eb9a5d9 (diff)
downloadandroid-nn-driver-083be70627601ee03ab2013663834c1eacae0251.tar.gz
NNXSW-3081 Move Filesystem.hpp and Threads.hpp to public include
!armnn:5954 Change-Id: Ic2904a0ccbcf24b30041a55d9c369c2424da1624 Signed-off-by: Rob Hughes <robert.hughes@arm.com>
Diffstat (limited to 'test/UtilsTests.cpp')
-rw-r--r--test/UtilsTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/UtilsTests.cpp b/test/UtilsTests.cpp
index c9f6aad7..fcb0c4f5 100644
--- a/test/UtilsTests.cpp
+++ b/test/UtilsTests.cpp
@@ -15,7 +15,7 @@
#include <armnn/INetwork.hpp>
#include "armnn/NetworkFwd.hpp"
-#include <Filesystem.hpp>
+#include <armnnUtils/Filesystem.hpp>
#include <doctest/doctest.h>