From 3e6b5a316fdf99835865148bcb5119464b625d9a Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期三, 08 一月 2020 14:42:43 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/endian11/DriveJudge --- lib/src/main/cpp/test_items/turn_a90.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/test_items/turn_a90.cpp b/lib/src/main/cpp/test_items/turn_a90.cpp index 9d031a6..68d1a43 100644 --- a/lib/src/main/cpp/test_items/turn_a90.cpp +++ b/lib/src/main/cpp/test_items/turn_a90.cpp @@ -9,6 +9,7 @@ #include "../jni_log.h" #include <vector> +#include <cstdlib> #define DEBUG(fmt, args...) LOGD("<turn_a90> <%s>: " fmt, __func__, ##args) -- Gitblit v1.8.0