File: upstream_Added-the-missing-include-to-fix-the-build.patch

package info (click to toggle)
labplot 2.12.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 78,624 kB
  • sloc: cpp: 241,048; ansic: 6,324; python: 915; xml: 400; yacc: 237; sh: 221; awk: 35; makefile: 11
file content (24 lines) | stat: -rw-r--r-- 825 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 5957bb22c..f6d0ed4b5 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>
-- 
2.51.0