diff options
Diffstat (limited to 'src/ArchiveFile.hxx')
-rw-r--r-- | src/ArchiveFile.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ArchiveFile.hxx b/src/ArchiveFile.hxx index 4bdba62ab..b95edcc8d 100644 --- a/src/ArchiveFile.hxx +++ b/src/ArchiveFile.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -23,6 +23,8 @@ class Mutex; class Cond; class Error; +class ArchiveVisitor; +struct InputStream; class ArchiveFile { public: |