diff --git a/engine/platform/android/dlsym-weak.cpp b/engine/platform/android/dlsym-weak.cpp index fe4d5fb9..d585af7d 100644 --- a/engine/platform/android/dlsym-weak.cpp +++ b/engine/platform/android/dlsym-weak.cpp @@ -27,6 +27,7 @@ */ #if defined __ANDROID__ && !defined XASH_64BIT +#include #include #include "linker.h"