From c98b99094aecaed81baa750b3210c1779145efe9 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Wed, 12 Sep 2018 11:28:39 +0100 Subject: COMPMID-1451 Fix YOLOv3 android compilation issue Change-Id: Ie12d4451f7b85a0411bf5750e49a48631e38d90f Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/148041 Reviewed-by: Pablo Tello Tested-by: Jenkins --- examples/graph_yolov3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/graph_yolov3.cpp b/examples/graph_yolov3.cpp index d2f7ae5e59..24186d54ea 100644 --- a/examples/graph_yolov3.cpp +++ b/examples/graph_yolov3.cpp @@ -218,7 +218,7 @@ private: unsigned int filter_size) { std::string total_path = "/cnn_data/yolov3_model/"; - std::string param_path2 = std::to_string(std::stoi(param_path) + 1); + std::string param_path2 = arm_compute::support::cpp11::to_string(arm_compute::support::cpp11::stoi(param_path) + 1); SubStream i_a(graph); SubStream i_b(graph); i_a << ConvolutionLayer( -- cgit v1.2.1