db/simple/Mount: workaround for libc++

This commit is contained in:
Max Kellermann 2017-03-01 17:28:49 +01:00
parent 3be2051808
commit b2f2c9322b
1 changed files with 7 additions and 0 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 {