Commit a3a58ff9 authored by fallenstardust's avatar fallenstardust

fix include android/bufferio_android.h

parent 0824c2d7
......@@ -83,9 +83,10 @@ inline int _wtoi(const wchar_t * s) {
#include <memory.h>
#include <time.h>
#include <thread>
#include <mutex>
#ifdef _IRR_ANDROID_PLATFORM_
#include <android/bufferio_android.h>
#include <mutex>
#else
#include "bufferio.h"
#endif
#include "myfilesystem.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment