Skip to content

Commit

Permalink
[js] Add missing QQuickItem include which prevented saving GPU scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 5, 2023
1 parent 127921e commit eb6f239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/score-plugin-js/JS/Qml/QmlObjects.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#if defined(SCORE_HAS_GPU_JS)
#include <Gfx/TexturePort.hpp>

#include <QQuickItem>
#endif

#include <score/tools/Debug.hpp>
Expand Down

0 comments on commit eb6f239

Please sign in to comment.