Skip to content

Commit

Permalink
Merge pull request #26624 from flowkey/correctness
Browse files Browse the repository at this point in the history
Add missing forward declarations and #includes
  • Loading branch information
cbjeukendrup authored Feb 21, 2025
2 parents 074245e + ba01b1e commit e47441d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/engraving/engravingmodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

#include "engraving/style/defaultstyle.h"

#include "engraving/dom/stafftype.h"
#include "engraving/dom/mscore.h"
#include "engraving/dom/masterscore.h"
#include "engraving/dom/drumset.h"
Expand Down
1 change: 1 addition & 0 deletions src/framework/ui/inavigation.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "async/notification.h"

class QWindow;
class QQuickItem;

namespace muse::ui {
class INavigationSection;
Expand Down
1 change: 1 addition & 0 deletions src/notation/view/paintedengravingitem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#include <QPainter>
#include "paintedengravingitem.h"

#include "notation/utilities/engravingitempreviewpainter.h"
Expand Down

0 comments on commit e47441d

Please sign in to comment.