fix include of tgmath for windows

This commit is contained in:
Stephen Birarda 2014-07-31 11:12:41 -07:00
parent e1ba076a71
commit 3c459d8460

View file

@ -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>