aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/ModelAccuracyCheckerTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/test/ModelAccuracyCheckerTest.cpp')
-rw-r--r--src/armnn/test/ModelAccuracyCheckerTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/armnn/test/ModelAccuracyCheckerTest.cpp b/src/armnn/test/ModelAccuracyCheckerTest.cpp
index c6c93edc3c..55ac19a406 100644
--- a/src/armnn/test/ModelAccuracyCheckerTest.cpp
+++ b/src/armnn/test/ModelAccuracyCheckerTest.cpp
@@ -6,7 +6,6 @@
#include <boost/test/unit_test.hpp>
-#include <boost/variant.hpp>
#include <iostream>
#include <string>
@@ -53,7 +52,7 @@ struct TestHelper
BOOST_AUTO_TEST_SUITE(ModelAccuracyCheckerTest)
-using TContainer = boost::variant<std::vector<float>, std::vector<int>, std::vector<unsigned char>>;
+using TContainer = mapbox::util::variant<std::vector<float>, std::vector<int>, std::vector<unsigned char>>;
BOOST_FIXTURE_TEST_CASE(TestFloat32OutputTensorAccuracy, TestHelper)
{