From 65b86d4a42f3a55322d4bd4d8dccf6cf22775a30 Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Wed, 27 Oct 2021 17:54:24 +0100 Subject: IVGCVSW-6513: Compilation failure in armnn-mobilenet-quant in ML-Examples Signed-off-by: Francis Murtagh Change-Id: I7b9ef68fa19d020c541cdc5d27effe35aeb66993 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c84749679a..972db42bdf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,6 +108,7 @@ list(APPEND armnnUtils_sources src/armnnUtils/TensorUtils.cpp src/armnnUtils/Threads.cpp src/armnnUtils/Transpose.cpp + third-party/mapbox/variant.hpp ) add_library_ex(armnnUtils STATIC ${armnnUtils_sources}) -- cgit v1.2.1