From 05de2e998c7df2757ae63ce6a053e27eca3d13ca Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Oct 2013 09:43:55 +0200 Subject: InputStream: use int64_t instead of goffset Decouple some more from GLib. --- src/PlaylistQueue.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/PlaylistQueue.cxx') diff --git a/src/PlaylistQueue.cxx b/src/PlaylistQueue.cxx index 183237b5f..28a1ff22d 100644 --- a/src/PlaylistQueue.cxx +++ b/src/PlaylistQueue.cxx @@ -28,6 +28,8 @@ #include "Song.hxx" #include "thread/Cond.hxx" +#include + enum playlist_result playlist_load_into_queue(const char *uri, SongEnumerator &e, unsigned start_index, unsigned end_index, -- cgit v1.2.3