commit: 6574eb8312ba566256c38c638308dbc6e31d7f67 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Apr 18 21:47:18 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Apr 19 07:36:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6574eb83
sci-electronics/NanoVNA-QT: add more missing header includes Closes: https://bugs.gentoo.org/900607 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> .../files/NanoVNA-QT-20200507-missing_headers.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/sci-electronics/NanoVNA-QT/files/NanoVNA-QT-20200507-missing_headers.patch b/sci-electronics/NanoVNA-QT/files/NanoVNA-QT-20200507-missing_headers.patch index cebe3c5239fa..d49cef3f53c6 100644 --- a/sci-electronics/NanoVNA-QT/files/NanoVNA-QT-20200507-missing_headers.patch +++ b/sci-electronics/NanoVNA-QT/files/NanoVNA-QT-20200507-missing_headers.patch @@ -8,6 +8,16 @@ using namespace std; typedef function<void(string dut_name, double cableLen1, double cableLen2)> xavna_ui_changed_cb; +--- a/vna_qt/firmwareupdater.H ++++ b/vna_qt/firmwareupdater.H +@@ -2,6 +2,7 @@ + #define FIRMWAREUPDATER_H + #include <string> + #include <functional> ++#include <cstdint> + #include <pthread.h> + using namespace std; + --- a/vna_qt/polarview.C +++ b/vna_qt/polarview.C @@ -3,6 +3,7 @@ @@ -18,3 +28,13 @@ PolarView::PolarView(QWidget *parent) : QWidget(parent) { +--- a/vna_qt/polarview.H ++++ b/vna_qt/polarview.H +@@ -5,6 +5,7 @@ + #include <QImage> + #include <vector> + #include <complex> ++#include <cstdint> + using namespace std; + +
