- add missed header

This commit is contained in:
Dmytro Bogovych 2018-10-26 14:03:26 +03:00
parent 4ad3be90b9
commit 1dd0e16869
1 changed files with 1 additions and 0 deletions

View File

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