From 4057d91322738e446c0c2ce5f3a8cf665d935763 Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Mon, 21 Jan 2019 15:45:51 +0000 Subject: IVGCVSW-2515 Fix compilation when TfParser is disabled Change-Id: Ia0019134f76764cd4fe6ed9dc1423b8aba411d33 --- src/armnnTfParser/test/Mean.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/armnnTfParser/test/Mean.cpp') diff --git a/src/armnnTfParser/test/Mean.cpp b/src/armnnTfParser/test/Mean.cpp index 13041629b5..d73682961f 100644 --- a/src/armnnTfParser/test/Mean.cpp +++ b/src/armnnTfParser/test/Mean.cpp @@ -3,9 +3,12 @@ // SPDX-License-Identifier: MIT // -#include #include "armnnTfParser/ITfParser.hpp" -#include "ParserPrototxtFixture.hpp" + +#include +#include + +#include BOOST_AUTO_TEST_SUITE(TensorflowParser) @@ -29,7 +32,7 @@ struct MeanFixture : public armnnUtils::ParserPrototxtFixture(protobufAxis[i]))); + protobufAxisString.append(armnnUtils::ConvertInt32ToOctalString(static_cast(protobufAxis[i]))); } m_Prototext = R"(node { -- cgit v1.2.1