Merge pull request #218 from JCash/android-compile-fix

Android compile fix
This commit is contained in:
Rich Geldreich
2021-03-30 14:09:15 -04:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
#include <assert.h>
#include <algorithm>
#ifdef __linux__
#if defined(__linux__) && !defined(ANDROID)
// Only for malloc_usable_size() in basisu_containers_impl.h
#include <malloc.h>
#define HAS_MALLOC_USABLE_SIZE 1