26 lines
689 B
Diff
26 lines
689 B
Diff
From 098ad3facb3d76fe4476424f1b7bf3c9c2c1b142 Mon Sep 17 00:00:00 2001
|
|
From: Nicolas Fella <nicolas.fella@gmx.de>
|
|
Date: Fri, 17 Jan 2025 16:46:19 +0100
|
|
Subject: [PATCH] Add missing includes
|
|
|
|
(cherry picked from commit 9df8a685aa2d7ed1e9e633dda96d141c591f398e)
|
|
---
|
|
cursors/src/kcursorgen/main.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/cursors/src/kcursorgen/main.cpp b/cursors/src/kcursorgen/main.cpp
|
|
index 96d5e2ecd..b1a284f44 100644
|
|
--- a/cursors/src/kcursorgen/main.cpp
|
|
+++ b/cursors/src/kcursorgen/main.cpp
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#include <QCommandLineParser>
|
|
#include <QCoreApplication>
|
|
+#include <QDebug>
|
|
#include <QString>
|
|
|
|
int main(int argc, char **argv)
|
|
--
|
|
GitLab
|
|
|