make it compatible with clang

This commit is contained in:
103yiran 2019-05-30 14:04:40 +08:00 committed by GitHub
parent 8bae39ce8a
commit a03b7575ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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