1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 07:16:48 -04:00

Fix gcc errors

This commit is contained in:
Jon Beniston 2023-08-05 12:52:42 +01:00
parent 2d7c572040
commit 18180bfd52
2 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,8 @@
#include <QDebug>
#include <cmath>
#include "loglabelslider.h"
LogLabelSlider::LogLabelSlider(QWidget *parent) :

View File

@ -19,6 +19,9 @@
#include <QPainter>
#include <QDebug>
#include <cmath>
#include "logslider.h"
LogSlider::LogSlider(QWidget *parent) :