Merge tag 'v0.20.6'

release v0.20.6
This commit is contained in:
Max Kellermann
2017-03-10 17:02:32 +01:00
12 changed files with 86 additions and 12 deletions

View File

@@ -25,6 +25,13 @@
#include "db/Interface.hxx"
#include "fs/Traits.hxx"
#ifdef _LIBCPP_VERSION
/* workaround for "error: incomplete type 'PlaylistInfo' used in type
trait expression" with libc++ version 3900 (from Android NDK
r13b) */
#include "db/PlaylistInfo.hxx"
#endif
#include <string>
struct PrefixedLightDirectory : LightDirectory {