Added math.h to includes (MacOS build error).

This commit is contained in:
NissimHadar 2018-03-06 16:37:05 -08:00
parent f0fe3cbfca
commit 4b3d63eea4

View file

@ -21,6 +21,8 @@
#include "ui/AutoTester.h"
extern AutoTester* autoTester;
#include <math.h>
Test::Test() {
QString regex(EXPECTED_IMAGE_PREFIX + QString("\\\\d").repeated(NUM_DIGITS) + ".png");