Add missing include for math.h

This commit is contained in:
Petr Mrázek 2014-03-10 00:14:30 +01:00
parent b77f4eb144
commit 5328cc7bbe

View File

@ -1,5 +1,6 @@
#include "MMCJson.h" #include "MMCJson.h"
#include <QString> #include <QString>
#include <math.h>
bool MMCJson::ensureBoolean(const QJsonValue val, const QString what) bool MMCJson::ensureBoolean(const QJsonValue val, const QString what)
{ {