mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 14:44:39 +02:00
fix include of tgmath for windows
This commit is contained in:
parent
e1ba076a71
commit
3c459d8460
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#include <tgmath.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <QtCore/QJsonDocument>
|
||||
|
||||
|
|
Loading…
Reference in a new issue