Skip to content

Commit

Permalink
Missing std::optional include added
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Dec 4, 2023
1 parent 3091335 commit c0910b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quickevent/app/quickevent/plugins/Oris/src/xmlimporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include <QTime>
#include <QDate>

#include <optional>

class XmlImporter : public QObject
{
Q_OBJECT
Expand Down

0 comments on commit c0910b6

Please sign in to comment.