Skip to content

Commit

Permalink
explicitely include <optional>
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed Jul 3, 2024
1 parent 26fd856 commit 936aa8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/GUI/Plot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#include "Core/FileInformation.h"
#include <cassert>
#include <optional>

static double stepSize( double distance, int numSteps )
{
Expand Down

0 comments on commit 936aa8a

Please sign in to comment.