Include android-bootstrap.h for Android

Change-Id: I022f7d450f66e1ff0fb4e4aedfebc16b83ad32b9
This commit is contained in:
Tor Lillqvist
2012-09-14 15:03:17 +03:00
parent 27f1ba57e2
commit 97f27e2cda

View File

@@ -44,6 +44,10 @@
#include <stdio.h>
#include <vector>
#ifdef ANDROID
#include <osl/detail/android-bootstrap.h>
#endif
#ifdef IOS
#include <osl/detail/ios-bootstrap.h>
#endif