Add missing include for math.h
This commit is contained in:
parent
b77f4eb144
commit
5328cc7bbe
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user