Skip to content

Commit

Permalink
missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
bloerwald committed Dec 12, 2024
1 parent f8d3a09 commit 1f09ab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/noggit/ui/slider_spinbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include <QtWidgets/QFormLayout>

#include <cmath>

namespace noggit::ui
{
slider_spinbox::slider_spinbox(QString label, float_property* prop, float min, float max, int decimal_count, QWidget* parent)
Expand Down

0 comments on commit 1f09ab6

Please sign in to comment.