From 27e3d91b8190dcb1daa6dccb776202a89627648f Mon Sep 17 00:00:00 2001 From: rsadowski Date: Sun, 14 Dec 2025 06:57:44 +0000 Subject: [PATCH] Add missing include https://github.com/KDE/labplot/commit/c2db2ec28aa8958f7041ae5cd03ddae9f44e5aa3 --- ...orksheet_plots_cartesian_XYFourierFilterCurve_cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 math/labplot/patches/patch-src_backend_worksheet_plots_cartesian_XYFourierFilterCurve_cpp diff --git a/math/labplot/patches/patch-src_backend_worksheet_plots_cartesian_XYFourierFilterCurve_cpp b/math/labplot/patches/patch-src_backend_worksheet_plots_cartesian_XYFourierFilterCurve_cpp new file mode 100644 index 00000000000..a79c866c161 --- /dev/null +++ b/math/labplot/patches/patch-src_backend_worksheet_plots_cartesian_XYFourierFilterCurve_cpp @@ -0,0 +1,12 @@ +https://github.com/KDE/labplot/commit/c2db2ec28aa8958f7041ae5cd03ddae9f44e5aa3 +Index: src/backend/worksheet/plots/cartesian/XYFourierFilterCurve.cpp +--- src/backend/worksheet/plots/cartesian/XYFourierFilterCurve.cpp.orig ++++ src/backend/worksheet/plots/cartesian/XYFourierFilterCurve.cpp +@@ -24,6 +24,7 @@ extern "C" { + #include "backend/nsl/nsl_sf_poly.h" + } + ++#include + #include // qWarning() + #include + #include