From 4d07e5e0e2f32184e395f44cc50eedf3de284d22 Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Mon, 6 Apr 2020 16:46:21 +0100 Subject: IVGCVSW-4485 Remove Boost assert Signed-off-by: Narumol Prangnawarat Change-Id: If602024a339df7548333e470545f9400c3daf7b3 --- RequestThread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RequestThread.cpp') diff --git a/RequestThread.cpp b/RequestThread.cpp index 50c5161c..a177b1a4 100644 --- a/RequestThread.cpp +++ b/RequestThread.cpp @@ -17,7 +17,7 @@ #include "ArmnnPreparedModel_1_3.hpp" #endif -#include +#include #include @@ -135,7 +135,7 @@ void RequestThread::Process() default: // this should be unreachable ALOGE("RequestThread::Process() - invalid message type"); - BOOST_ASSERT_MSG(false, "ArmNN: RequestThread: invalid message type"); + ARMNN_ASSERT_MSG(false, "ArmNN: RequestThread: invalid message type"); } } } -- cgit v1.2.1