Add missing include for math.h
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#include "MMCJson.h"
|
||||
#include <QString>
|
||||
#include <math.h>
|
||||
|
||||
bool MMCJson::ensureBoolean(const QJsonValue val, const QString what)
|
||||
{
|
||||
|
Reference in New Issue
Block a user