diff options
Diffstat (limited to 'Userland/Applications/SoundPlayer/Playlist.cpp')
-rw-r--r-- | Userland/Applications/SoundPlayer/Playlist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/SoundPlayer/Playlist.cpp b/Userland/Applications/SoundPlayer/Playlist.cpp index 69db139f07..90eec5a919 100644 --- a/Userland/Applications/SoundPlayer/Playlist.cpp +++ b/Userland/Applications/SoundPlayer/Playlist.cpp @@ -10,6 +10,7 @@ #include <AK/LexicalPath.h> #include <AK/Random.h> #include <LibAudio/Loader.h> +#include <LibCore/File.h> #include <LibGUI/MessageBox.h> bool Playlist::load(StringView path) |