From: Vitaliy Date: Sun, 18 Nov 2018 10:48:16 +0000 (+0300) Subject: Fix Android build (#7873) X-Git-Tag: 5.0.0~186 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4900ff0c4b9ebf58b05a8a0859c38d1ed7311aa9;p=oweals%2Fminetest.git Fix Android build (#7873) --- diff --git a/src/irrlichttypes.h b/src/irrlichttypes.h index c1856bfa0..794776b26 100644 --- a/src/irrlichttypes.h +++ b/src/irrlichttypes.h @@ -31,7 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #endif #include -#include using namespace irr; @@ -52,6 +51,9 @@ namespace irr { #if (IRRLICHT_VERSION_MAJOR == 1 && IRRLICHT_VERSION_MINOR >= 9) namespace core { + template + inline T roundingError(); + template <> inline s16 roundingError() {