Skip to content

Commit

Permalink
[ci] Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 21, 2024
1 parent 37a0c87 commit aac2260
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@

#include <ossia-qt/invoke.hpp>

#include <QApplication>
#include <QCheckBox>
#include <QFileDialog>
#include <QGraphicsItem>
#include <QGraphicsSceneDragDropEvent>
#include <QLineEdit>
#include <QPalette>
#include <QApplication>
#include <QTextDocument>

#include <score_lib_process_export.h>

Expand Down

0 comments on commit aac2260

Please sign in to comment.