summaryrefslogtreecommitdiff
path: root/sci-visualization/labplot/files/labplot-2.11.1-missing-header.patch
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /sci-visualization/labplot/files/labplot-2.11.1-missing-header.patch
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'sci-visualization/labplot/files/labplot-2.11.1-missing-header.patch')
-rw-r--r--sci-visualization/labplot/files/labplot-2.11.1-missing-header.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-visualization/labplot/files/labplot-2.11.1-missing-header.patch b/sci-visualization/labplot/files/labplot-2.11.1-missing-header.patch
new file mode 100644
index 000000000000..51fd699ed0e7
--- /dev/null
+++ b/sci-visualization/labplot/files/labplot-2.11.1-missing-header.patch
@@ -0,0 +1,24 @@
+From c2db2ec28aa8958f7041ae5cd03ddae9f44e5aa3 Mon Sep 17 00:00:00 2001
+From: Alexander Semke <alexander.semke@web.de>
+Date: Sun, 12 Oct 2025 13:54:57 +0200
+Subject: [PATCH] Added the missing include to fix the build.
+
+---
+ src/backend/worksheet/plots/cartesian/XYFourierFilterCurve.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/backend/worksheet/plots/cartesian/XYFourierFilterCurve.cpp b/src/backend/worksheet/plots/cartesian/XYFourierFilterCurve.cpp
+index 5957bb22ce..f6d0ed4b56 100644
+--- a/src/backend/worksheet/plots/cartesian/XYFourierFilterCurve.cpp
++++ b/src/backend/worksheet/plots/cartesian/XYFourierFilterCurve.cpp
+@@ -24,6 +24,7 @@ extern "C" {
+ #include "backend/nsl/nsl_sf_poly.h"
+ }
+
++#include <QElapsedTimer>
+ #include <QDebug> // qWarning()
+ #include <QIcon>
+ #include <QThreadPool>
+--
+GitLab
+