Commit b373c53c authored by Max Kellermann's avatar Max Kellermann

*: add missing Compiler.h includes

Necessary for "final" on gcc 4.6.
parent bc4b89c2
...@@ -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;
......
...@@ -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;
......
...@@ -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;
......
...@@ -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;
......
...@@ -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;
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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;
......
...@@ -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>
......
...@@ -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>
......
...@@ -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++ */
......
...@@ -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
......
...@@ -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>
......
...@@ -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;
......
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment