Skip to content

Commit

Permalink
Fix Android build (#7873)
Browse files Browse the repository at this point in the history
  • Loading branch information
numberZero authored and nerzhul committed Nov 18, 2018
1 parent 3b11288 commit 4900ff0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/irrlichttypes.h
Expand Up @@ -31,7 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#endif

#include <irrTypes.h>
#include <irrMath.h>

using namespace irr;

Expand All @@ -52,6 +51,9 @@ namespace irr {

#if (IRRLICHT_VERSION_MAJOR == 1 && IRRLICHT_VERSION_MINOR >= 9)
namespace core {
template <typename T>
inline T roundingError();

template <>
inline s16 roundingError()
{
Expand Down

0 comments on commit 4900ff0

Please sign in to comment.