Merge pull request #14676 from 103yiran:103yiran-clang

This commit is contained in:
Alexander Alekhin 2019-05-30 14:19:14 +03:00 committed by GitHub
commit 82f8176b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
#include <android/log.h> #include <android/log.h>
#include <cctype> #include <cctype>
#include <string> #include <string>
#include <cstring>
#include <vector> #include <vector>
#include <algorithm> #include <algorithm>
#include <functional> #include <functional>