fix M_PI by using qmath

This commit is contained in:
Rick Vogel 2024-01-28 13:18:39 +01:00 committed by uwerat
parent 3121f0b5c7
commit fb4494bdbb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include <QDebug>
#include <SkinnyShortcut.h>
#include <cmath>
#include <qmath.h>
#include "Overlay.h"