diff options
Diffstat (limited to 'src/db/plugins/LazyDatabase.hxx')
-rw-r--r-- | src/db/plugins/LazyDatabase.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/db/plugins/LazyDatabase.hxx b/src/db/plugins/LazyDatabase.hxx index 336b8558f..f3fbef5f3 100644 --- a/src/db/plugins/LazyDatabase.hxx +++ b/src/db/plugins/LazyDatabase.hxx @@ -20,7 +20,8 @@ #ifndef MPD_LAZY_DATABASE_PLUGIN_HXX #define MPD_LAZY_DATABASE_PLUGIN_HXX -#include "db/DatabasePlugin.hxx" +#include "db/Interface.hxx" +#include "Compiler.h" /** * A wrapper for a #Database object that gets opened on the first |