Commit 695225b
committed
JS: include the context this file reads through
EditContext.ui.cpp reaches into doc->app to ask the layer factories
whether a process has an external UI, but never included the header that
defines GUIApplicationContext -- it arrived transitively, and no longer
does. Building master gives:
error: member access into incomplete type
'const score::GUIApplicationContext'
A precompiled header hides it wherever one is used, which is why it
survives some configurations and not others.1 parent 641cee1 commit 695225b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments