Commit 037bb07d authored by Max Kellermann's avatar Max Kellermann

db/VHelper: include DetachedSong.hxx to fix GCC 9 build failure

GCC 9's libstdc++ is unable to use forward-declared types as std::vector item because the compiler wants to resolve `noexcept()` on the item destructor.
parent 87635c52
......@@ -18,7 +18,6 @@
*/
#include "VHelper.hxx"
#include "song/DetachedSong.hxx"
#include "song/LightSong.hxx"
#include "song/Filter.hxx"
......
......@@ -22,6 +22,7 @@
#include "Visitor.hxx"
#include "Selection.hxx"
#include "song/DetachedSong.hxx"
#include <vector>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment