diff options
Diffstat (limited to 'src/PlaylistFile.cxx')
-rw-r--r-- | src/PlaylistFile.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PlaylistFile.cxx b/src/PlaylistFile.cxx index c0413687f..85ddb7168 100644 --- a/src/PlaylistFile.cxx +++ b/src/PlaylistFile.cxx @@ -27,7 +27,8 @@ #include "Song.hxx" #include "Mapper.hxx" #include "TextFile.hxx" -#include "conf.h" +#include "ConfigGlobal.hxx" +#include "ConfigOption.hxx" #include "ConfigDefaults.hxx" #include "Idle.hxx" #include "fs/Path.hxx" |