Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
b373c53c
Commit
b373c53c
authored
Aug 30, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*: add missing Compiler.h includes
Necessary for "final" on gcc 4.6.
parent
bc4b89c2
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
21 additions
and
0 deletions
+21
-0
Partition.hxx
src/Partition.hxx
+1
-0
Editor.hxx
src/db/update/Editor.hxx
+1
-0
InotifySource.hxx
src/db/update/InotifySource.hxx
+1
-0
Remove.hxx
src/db/update/Remove.hxx
+1
-0
Service.hxx
src/db/update/Service.hxx
+1
-0
Walk.hxx
src/db/update/Walk.hxx
+1
-0
AutoGunzipReader.hxx
src/fs/io/AutoGunzipReader.hxx
+1
-0
FileOutputStream.hxx
src/fs/io/FileOutputStream.hxx
+1
-0
FileReader.hxx
src/fs/io/FileReader.hxx
+1
-0
GunzipReader.hxx
src/fs/io/GunzipReader.hxx
+1
-0
GzipOutputStream.hxx
src/fs/io/GzipOutputStream.hxx
+1
-0
PeekReader.hxx
src/fs/io/PeekReader.hxx
+1
-0
StdioOutputStream.hxx
src/fs/io/StdioOutputStream.hxx
+1
-0
IcyInputStream.hxx
src/input/IcyInputStream.hxx
+1
-0
Manager.hxx
src/lib/nfs/Manager.hxx
+1
-0
Discovery.hxx
src/lib/upnp/Discovery.hxx
+1
-0
HttpdInternal.hxx
src/output/plugins/httpd/HttpdInternal.hxx
+1
-0
FallbackResampler.hxx
src/pcm/FallbackResampler.hxx
+1
-0
LibsamplerateResampler.hxx
src/pcm/LibsamplerateResampler.hxx
+1
-0
SoxrResampler.hxx
src/pcm/SoxrResampler.hxx
+1
-0
MemorySongEnumerator.hxx
src/playlist/MemorySongEnumerator.hxx
+1
-0
No files found.
src/Partition.hxx
View file @
b373c53c
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
#include "PlayerControl.hxx"
#include "PlayerControl.hxx"
#include "PlayerListener.hxx"
#include "PlayerListener.hxx"
#include "Chrono.hxx"
#include "Chrono.hxx"
#include "Compiler.h"
struct
Instance
;
struct
Instance
;
class
MultipleOutputs
;
class
MultipleOutputs
;
...
...
src/db/update/Editor.hxx
View file @
b373c53c
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include "check.h"
#include "check.h"
#include "Remove.hxx"
#include "Remove.hxx"
#include "Compiler.h"
struct
Directory
;
struct
Directory
;
struct
Song
;
struct
Song
;
...
...
src/db/update/InotifySource.hxx
View file @
b373c53c
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
#define MPD_INOTIFY_SOURCE_HXX
#define MPD_INOTIFY_SOURCE_HXX
#include "event/SocketMonitor.hxx"
#include "event/SocketMonitor.hxx"
#include "Compiler.h"
class
Error
;
class
Error
;
...
...
src/db/update/Remove.hxx
View file @
b373c53c
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#include "event/DeferredMonitor.hxx"
#include "event/DeferredMonitor.hxx"
#include "thread/Mutex.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
#include "thread/Cond.hxx"
#include "Compiler.h"
struct
Song
;
struct
Song
;
class
DatabaseListener
;
class
DatabaseListener
;
...
...
src/db/update/Service.hxx
View file @
b373c53c
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#include "Queue.hxx"
#include "Queue.hxx"
#include "event/DeferredMonitor.hxx"
#include "event/DeferredMonitor.hxx"
#include "thread/Thread.hxx"
#include "thread/Thread.hxx"
#include "Compiler.h"
class
SimpleDatabase
;
class
SimpleDatabase
;
class
DatabaseListener
;
class
DatabaseListener
;
...
...
src/db/update/Walk.hxx
View file @
b373c53c
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include "check.h"
#include "check.h"
#include "Editor.hxx"
#include "Editor.hxx"
#include "Compiler.h"
#include <sys/stat.h>
#include <sys/stat.h>
...
...
src/fs/io/AutoGunzipReader.hxx
View file @
b373c53c
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include "check.h"
#include "check.h"
#include "PeekReader.hxx"
#include "PeekReader.hxx"
#include "Compiler.h"
#include <stdint.h>
#include <stdint.h>
...
...
src/fs/io/FileOutputStream.hxx
View file @
b373c53c
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include "check.h"
#include "check.h"
#include "OutputStream.hxx"
#include "OutputStream.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/AllocatedPath.hxx"
#include "Compiler.h"
#include <assert.h>
#include <assert.h>
...
...
src/fs/io/FileReader.hxx
View file @
b373c53c
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include "check.h"
#include "check.h"
#include "Reader.hxx"
#include "Reader.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/AllocatedPath.hxx"
#include "Compiler.h"
#include <assert.h>
#include <assert.h>
...
...
src/fs/io/GunzipReader.hxx
View file @
b373c53c
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include "check.h"
#include "check.h"
#include "Reader.hxx"
#include "Reader.hxx"
#include "util/StaticFifoBuffer.hxx"
#include "util/StaticFifoBuffer.hxx"
#include "Compiler.h"
#include <zlib.h>
#include <zlib.h>
...
...
src/fs/io/GzipOutputStream.hxx
View file @
b373c53c
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include "check.h"
#include "check.h"
#include "OutputStream.hxx"
#include "OutputStream.hxx"
#include "Compiler.h"
#include <assert.h>
#include <assert.h>
#include <zlib.h>
#include <zlib.h>
...
...
src/fs/io/PeekReader.hxx
View file @
b373c53c
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include "check.h"
#include "check.h"
#include "Reader.hxx"
#include "Reader.hxx"
#include "Compiler.h"
#include <stdint.h>
#include <stdint.h>
...
...
src/fs/io/StdioOutputStream.hxx
View file @
b373c53c
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include "check.h"
#include "check.h"
#include "OutputStream.hxx"
#include "OutputStream.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/AllocatedPath.hxx"
#include "Compiler.h"
#include <stdio.h>
#include <stdio.h>
...
...
src/input/IcyInputStream.hxx
View file @
b373c53c
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include "ProxyInputStream.hxx"
#include "ProxyInputStream.hxx"
#include "IcyMetaDataParser.hxx"
#include "IcyMetaDataParser.hxx"
#include "Compiler.h"
struct
Tag
;
struct
Tag
;
...
...
src/lib/nfs/Manager.hxx
View file @
b373c53c
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include "check.h"
#include "check.h"
#include "Connection.hxx"
#include "Connection.hxx"
#include "Compiler.h"
#include <string>
#include <string>
#include <map>
#include <map>
...
...
src/lib/upnp/Discovery.hxx
View file @
b373c53c
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
#include "WorkQueue.hxx"
#include "WorkQueue.hxx"
#include "thread/Mutex.hxx"
#include "thread/Mutex.hxx"
#include "util/Error.hxx"
#include "util/Error.hxx"
#include "Compiler.h"
#include <upnp/upnp.h>
#include <upnp/upnp.h>
...
...
src/output/plugins/httpd/HttpdInternal.hxx
View file @
b373c53c
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
#include "event/ServerSocket.hxx"
#include "event/ServerSocket.hxx"
#include "event/DeferredMonitor.hxx"
#include "event/DeferredMonitor.hxx"
#include "util/Cast.hxx"
#include "util/Cast.hxx"
#include "Compiler.h"
#ifdef _LIBCPP_VERSION
#ifdef _LIBCPP_VERSION
/* can't use incomplete template arguments with libc++ */
/* can't use incomplete template arguments with libc++ */
...
...
src/pcm/FallbackResampler.hxx
View file @
b373c53c
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include "Resampler.hxx"
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "PcmBuffer.hxx"
#include "AudioFormat.hxx"
#include "AudioFormat.hxx"
#include "Compiler.h"
/**
/**
* A naive resampler that is used when no external library was found
* A naive resampler that is used when no external library was found
...
...
src/pcm/LibsamplerateResampler.hxx
View file @
b373c53c
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include "Resampler.hxx"
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "PcmBuffer.hxx"
#include "AudioFormat.hxx"
#include "AudioFormat.hxx"
#include "Compiler.h"
#include <samplerate.h>
#include <samplerate.h>
...
...
src/pcm/SoxrResampler.hxx
View file @
b373c53c
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include "Resampler.hxx"
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "PcmBuffer.hxx"
#include "Compiler.h"
struct
AudioFormat
;
struct
AudioFormat
;
...
...
src/playlist/MemorySongEnumerator.hxx
View file @
b373c53c
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include "SongEnumerator.hxx"
#include "SongEnumerator.hxx"
#include "DetachedSong.hxx"
#include "DetachedSong.hxx"
#include "Compiler.h"
#include <forward_list>
#include <forward_list>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment