--- a/runtime/openssl.cpp +++ b/runtime/openssl.cpp @@ -21,6 +21,11 @@ #include #include +#ifdef __ANDROID__ +#include +#include +#endif + #include "common/crc32.h" #include "common/resolver.h" #include "common/smart_ptrs/unique_ptr_with_delete_function.h"