- attempt to fix broken Linux build

This commit is contained in:
Dmytro Bogovych 2020-09-15 13:24:17 +03:00
parent d2096b17e6
commit e5771a013c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <stdio.h>
#include <string.h>
#include <stdexcept>
#include <chrono>
#if defined(__ANDROID_API__)
# include <android/log.h>
#endif