Skip to content

Commit 4900ff0

Browse files
numberZeronerzhul
authored andcommittedNov 18, 2018
Fix Android build (#7873)
1 parent 3b11288 commit 4900ff0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎src/irrlichttypes.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
3131
#endif
3232

3333
#include <irrTypes.h>
34-
#include <irrMath.h>
3534

3635
using namespace irr;
3736

@@ -52,6 +51,9 @@ namespace irr {
5251

5352
#if (IRRLICHT_VERSION_MAJOR == 1 && IRRLICHT_VERSION_MINOR >= 9)
5453
namespace core {
54+
template <typename T>
55+
inline T roundingError();
56+
5557
template <>
5658
inline s16 roundingError()
5759
{

0 commit comments

Comments
 (0)
Please sign in to comment.