From 083be70627601ee03ab2013663834c1eacae0251 Mon Sep 17 00:00:00 2001 From: Rob Hughes Date: Mon, 19 Jul 2021 15:29:47 +0100 Subject: NNXSW-3081 Move Filesystem.hpp and Threads.hpp to public include !armnn:5954 Change-Id: Ic2904a0ccbcf24b30041a55d9c369c2424da1624 Signed-off-by: Rob Hughes --- Utils.cpp | 2 +- test/UtilsTests.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Utils.cpp b/Utils.cpp index 60e7a80c..dcee44a1 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -9,11 +9,11 @@ #include "Half.hpp" #include +#include #include #include #include -#include #include #include 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 #include "armnn/NetworkFwd.hpp" -#include +#include #include -- cgit v1.2.1