Skip to content

Commit

Permalink
Qt GUI: fix compilation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JensReimann committed Jan 2, 2025
1 parent 6149a7a commit 61ca04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/qtapp/appcmn_qt/helper.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#include "helper.h"

#include "rtklib.h"

#include <math.h>

#include <QLabel>
#include <QComboBox>
#include <QStandardItemModel>
#include <QMessageBox>

#include "rtklib.h"


//---------------------------------------------------------------------------
QString color2String(const QColor &c)
Expand Down

0 comments on commit 61ca04f

Please sign in to comment.