mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Added math.h to includes (MacOS build error).
This commit is contained in:
parent
f0fe3cbfca
commit
4b3d63eea4
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue