Add missing include for math.h
This commit is contained in:
parent
b77f4eb144
commit
5328cc7bbe
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "MMCJson.h"
|
||||
#include <QString>
|
||||
#include <math.h>
|
||||
|
||||
bool MMCJson::ensureBoolean(const QJsonValue val, const QString what)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue