aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bentham <Matthew.Bentham@arm.com>2019-11-27 16:00:06 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-11-28 10:24:24 +0000
commit6d3d2055ca6d14d2220a5ea935fcc175712f923f (patch)
treea8563c9f88afb96b4845dec136021b447366d844
parentdd6804bdbc6a1213fd8b636fad1af80c775faf23 (diff)
downloadarmnn-6d3d2055ca6d14d2220a5ea935fcc175712f923f.tar.gz
Github #274 Use non-deprecated path to boost header
Signed-off-by: Matthew Bentham <Matthew.Bentham@arm.com> Change-Id: I78c389148fbb733115e97f40d5271f47d3750c75
-rw-r--r--src/armnn/test/ProfilerTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/test/ProfilerTests.cpp b/src/armnn/test/ProfilerTests.cpp
index b80aedb801..b4720f2902 100644
--- a/src/armnn/test/ProfilerTests.cpp
+++ b/src/armnn/test/ProfilerTests.cpp
@@ -4,7 +4,7 @@
//
#include <boost/test/unit_test.hpp>
-#include <boost/test/output_test_stream.hpp>
+#include <boost/test/tools/output_test_stream.hpp>
#include <boost/algorithm/string.hpp>
#include <memory>