fix: redbear-greeter — include stdlib.h before Qt for strtold
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <stdlib.h>
|
||||
#include "greeter_backend.h"
|
||||
|
||||
#include <QByteArray>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include <stdlib.h>
|
||||
#include <QGuiApplication>
|
||||
#include <QQmlApplicationEngine>
|
||||
#include <QQmlContext>
|
||||
|
||||
Reference in New Issue
Block a user