From 97c46a7978d2be86b45e0c2dd8ba5244a9406b24 Mon Sep 17 00:00:00 2001 From: lizhanwei <Dana_Lee1016@126.com> Date: 星期五, 20 三月 2020 16:39:11 +0800 Subject: [PATCH] c文件添加个头文件 --- lib/src/main/cpp/test_items2/road_exam.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/test_items2/road_exam.cpp b/lib/src/main/cpp/test_items2/road_exam.cpp index fd723b9..21dd001 100644 --- a/lib/src/main/cpp/test_items2/road_exam.cpp +++ b/lib/src/main/cpp/test_items2/road_exam.cpp @@ -14,6 +14,7 @@ #include <vector> #include <list> #include <string> +#include <cstdlib> #define DEBUG(fmt, args...) LOGD("<road_exam> <%s>: " fmt, __func__, ##args) -- Gitblit v1.8.0