Include math.h as well - hopefully fixes Blackberry QNX

This commit is contained in:
twinaphex 2016-02-12 21:39:05 +01:00
parent 69f17ba9f0
commit b194e0d543

View File

@ -7,6 +7,7 @@
#include <map>
#include <queue>
#include <cmath>
#include <math.h>
#include "FastFIFO.h"
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES)