*: 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

@@ -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>