hydrogen-music / hydrogen

The advanced drum machine for Linux, macOS, and Windows
http://www.hydrogen-music.org
GNU General Public License v2.0
1.04k stars 173 forks source link

Fix missing include QFileDialog #1945

Closed cme closed 7 months ago

cme commented 7 months ago

This include was necessary but was missed because precompiled header usage masked the problem.

cme commented 7 months ago

There seems to be something broken in the appveyor cache that's stoping the macOS build as well. I've hopefully cleared the cache (why isn't there a real API for that in appveyor?) so that should be unstuck at least. :/

cme commented 7 months ago

Clearing the cache sorted the OS X build and #1946 should sort the Windows build (it's a bit of a hack, and I can't work out what changed in MSYS to cause it to break, but better a working CI than not!)