13
0

add missing include

This commit is contained in:
Robin Gareus 2015-10-06 21:32:55 +02:00
parent 2237389112
commit 87026c871a

View File

@ -19,6 +19,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION (DSPLoadCalculatorTest);
* Anyway, actual maths is verified with Linux and OSX unit-tests,
* and this needs to go to https://sourceforge.net/p/cppunit/bugs/
*/
#include <math.h>
#define CPPUNIT_ASSERT_DOUBLES_EQUAL(A,B,P) CPPUNIT_ASSERT_EQUAL((float)rint ((A) / (P)),(float)rint ((B) / (P)))
#endif