*: add missing Compiler.h includes
Necessary for "final" on gcc 4.6.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user