fix: redbear-greeter — include stdlib.h before Qt for strtold

This commit is contained in:
2026-06-29 14:35:52 +03:00
parent 678d1d63de
commit 2533484bb0
2 changed files with 2 additions and 0 deletions
@@ -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>