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 @@
#include "PlayerControl.hxx"
#include "PlayerListener.hxx"
#include "Chrono.hxx"
#include "Compiler.h"
struct Instance;
class MultipleOutputs;
......
......@@ -22,6 +22,7 @@
#include "check.h"
#include "Remove.hxx"
#include "Compiler.h"
struct Directory;
struct Song;
......
......@@ -21,6 +21,7 @@
#define MPD_INOTIFY_SOURCE_HXX
#include "event/SocketMonitor.hxx"
#include "Compiler.h"
class Error;
......
......@@ -24,6 +24,7 @@
#include "event/DeferredMonitor.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
#include "Compiler.h"
struct Song;
class DatabaseListener;
......
......@@ -24,6 +24,7 @@
#include "Queue.hxx"
#include "event/DeferredMonitor.hxx"
#include "thread/Thread.hxx"
#include "Compiler.h"
class SimpleDatabase;
class DatabaseListener;
......
......@@ -22,6 +22,7 @@
#include "check.h"
#include "Editor.hxx"
#include "Compiler.h"
#include <sys/stat.h>
......
......@@ -22,6 +22,7 @@
#include "check.h"
#include "PeekReader.hxx"
#include "Compiler.h"
#include <stdint.h>
......
......@@ -23,6 +23,7 @@
#include "check.h"
#include "OutputStream.hxx"
#include "fs/AllocatedPath.hxx"
#include "Compiler.h"
#include <assert.h>
......
......@@ -23,6 +23,7 @@
#include "check.h"
#include "Reader.hxx"
#include "fs/AllocatedPath.hxx"
#include "Compiler.h"
#include <assert.h>
......
......@@ -23,6 +23,7 @@
#include "check.h"
#include "Reader.hxx"
#include "util/StaticFifoBuffer.hxx"
#include "Compiler.h"
#include <zlib.h>
......
......@@ -22,6 +22,7 @@
#include "check.h"
#include "OutputStream.hxx"
#include "Compiler.h"
#include <assert.h>
#include <zlib.h>
......
......@@ -22,6 +22,7 @@
#include "check.h"
#include "Reader.hxx"
#include "Compiler.h"
#include <stdint.h>
......
......@@ -23,6 +23,7 @@
#include "check.h"
#include "OutputStream.hxx"
#include "fs/AllocatedPath.hxx"
#include "Compiler.h"
#include <stdio.h>
......
......@@ -22,6 +22,7 @@
#include "ProxyInputStream.hxx"
#include "IcyMetaDataParser.hxx"
#include "Compiler.h"
struct Tag;
......
......@@ -22,6 +22,7 @@
#include "check.h"
#include "Connection.hxx"
#include "Compiler.h"
#include <string>
#include <map>
......
......@@ -25,6 +25,7 @@
#include "WorkQueue.hxx"
#include "thread/Mutex.hxx"
#include "util/Error.hxx"
#include "Compiler.h"
#include <upnp/upnp.h>
......
......@@ -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++ */
......
......@@ -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
......
......@@ -23,6 +23,7 @@
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "AudioFormat.hxx"
#include "Compiler.h"
#include <samplerate.h>
......
......@@ -22,6 +22,7 @@
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "Compiler.h"
struct AudioFormat;
......
......@@ -22,6 +22,7 @@
#include "SongEnumerator.hxx"
#include "DetachedSong.hxx"
#include "Compiler.h"
#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