*: add missing Compiler.h includes

Necessary for "final" on gcc 4.6.
This commit is contained in:
Max Kellermann 2014-08-30 00:46:52 +02:00
parent bc4b89c21a
commit b373c53ce4
21 changed files with 21 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include "PlayerControl.hxx"
#include "PlayerListener.hxx"
#include "Chrono.hxx"
#include "Compiler.h"
struct Instance;
class MultipleOutputs;

View File

@ -22,6 +22,7 @@
#include "check.h"
#include "Remove.hxx"
#include "Compiler.h"
struct Directory;
struct Song;

View File

@ -21,6 +21,7 @@
#define MPD_INOTIFY_SOURCE_HXX
#include "event/SocketMonitor.hxx"
#include "Compiler.h"
class Error;

View File

@ -24,6 +24,7 @@
#include "event/DeferredMonitor.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
#include "Compiler.h"
struct Song;
class DatabaseListener;

View File

@ -24,6 +24,7 @@
#include "Queue.hxx"
#include "event/DeferredMonitor.hxx"
#include "thread/Thread.hxx"
#include "Compiler.h"
class SimpleDatabase;
class DatabaseListener;

View File

@ -22,6 +22,7 @@
#include "check.h"
#include "Editor.hxx"
#include "Compiler.h"
#include <sys/stat.h>

View File

@ -22,6 +22,7 @@
#include "check.h"
#include "PeekReader.hxx"
#include "Compiler.h"
#include <stdint.h>

View File

@ -23,6 +23,7 @@
#include "check.h"
#include "OutputStream.hxx"
#include "fs/AllocatedPath.hxx"
#include "Compiler.h"
#include <assert.h>

View File

@ -23,6 +23,7 @@
#include "check.h"
#include "Reader.hxx"
#include "fs/AllocatedPath.hxx"
#include "Compiler.h"
#include <assert.h>

View File

@ -23,6 +23,7 @@
#include "check.h"
#include "Reader.hxx"
#include "util/StaticFifoBuffer.hxx"
#include "Compiler.h"
#include <zlib.h>

View File

@ -22,6 +22,7 @@
#include "check.h"
#include "OutputStream.hxx"
#include "Compiler.h"
#include <assert.h>
#include <zlib.h>

View File

@ -22,6 +22,7 @@
#include "check.h"
#include "Reader.hxx"
#include "Compiler.h"
#include <stdint.h>

View File

@ -23,6 +23,7 @@
#include "check.h"
#include "OutputStream.hxx"
#include "fs/AllocatedPath.hxx"
#include "Compiler.h"
#include <stdio.h>

View File

@ -22,6 +22,7 @@
#include "ProxyInputStream.hxx"
#include "IcyMetaDataParser.hxx"
#include "Compiler.h"
struct Tag;

View File

@ -22,6 +22,7 @@
#include "check.h"
#include "Connection.hxx"
#include "Compiler.h"
#include <string>
#include <map>

View File

@ -25,6 +25,7 @@
#include "WorkQueue.hxx"
#include "thread/Mutex.hxx"
#include "util/Error.hxx"
#include "Compiler.h"
#include <upnp/upnp.h>

View File

@ -31,6 +31,7 @@
#include "event/ServerSocket.hxx"
#include "event/DeferredMonitor.hxx"
#include "util/Cast.hxx"
#include "Compiler.h"
#ifdef _LIBCPP_VERSION
/* can't use incomplete template arguments with libc++ */

View File

@ -23,6 +23,7 @@
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "AudioFormat.hxx"
#include "Compiler.h"
/**
* A naive resampler that is used when no external library was found

View File

@ -23,6 +23,7 @@
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "AudioFormat.hxx"
#include "Compiler.h"
#include <samplerate.h>

View File

@ -22,6 +22,7 @@
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "Compiler.h"
struct AudioFormat;

View File

@ -22,6 +22,7 @@
#include "SongEnumerator.hxx"
#include "DetachedSong.hxx"
#include "Compiler.h"
#include <forward_list>