mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-16 22:20:16 +00:00
Add missing include for math.h
This commit is contained in:
parent
b77f4eb144
commit
5328cc7bbe
@ -1,5 +1,6 @@
|
||||
#include "MMCJson.h"
|
||||
#include <QString>
|
||||
#include <math.h>
|
||||
|
||||
bool MMCJson::ensureBoolean(const QJsonValue val, const QString what)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user