diff options
author | Max Kellermann <max@duempel.org> | 2014-08-30 00:46:52 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-30 00:46:52 +0200 |
commit | b373c53ce4feedfc6a0c1750599ab723997a6744 (patch) | |
tree | b5478158b8867e4b6edc12a7a8e4660c7b174790 /src/db/update | |
parent | bc4b89c21a8397d540be5989d9c99be90e80e554 (diff) | |
download | mpd-b373c53ce4feedfc6a0c1750599ab723997a6744.tar.gz mpd-b373c53ce4feedfc6a0c1750599ab723997a6744.tar.xz mpd-b373c53ce4feedfc6a0c1750599ab723997a6744.zip |
*: add missing Compiler.h includes
Necessary for "final" on gcc 4.6.
Diffstat (limited to 'src/db/update')
-rw-r--r-- | src/db/update/Editor.hxx | 1 | ||||
-rw-r--r-- | src/db/update/InotifySource.hxx | 1 | ||||
-rw-r--r-- | src/db/update/Remove.hxx | 1 | ||||
-rw-r--r-- | src/db/update/Service.hxx | 1 | ||||
-rw-r--r-- | src/db/update/Walk.hxx | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/src/db/update/Editor.hxx b/src/db/update/Editor.hxx index fc08c2659..58e23ed7a 100644 --- a/src/db/update/Editor.hxx +++ b/src/db/update/Editor.hxx @@ -22,6 +22,7 @@ #include "check.h" #include "Remove.hxx" +#include "Compiler.h" struct Directory; struct Song; diff --git a/src/db/update/InotifySource.hxx b/src/db/update/InotifySource.hxx index 081ce10f3..2557680a0 100644 --- a/src/db/update/InotifySource.hxx +++ b/src/db/update/InotifySource.hxx @@ -21,6 +21,7 @@ #define MPD_INOTIFY_SOURCE_HXX #include "event/SocketMonitor.hxx" +#include "Compiler.h" class Error; diff --git a/src/db/update/Remove.hxx b/src/db/update/Remove.hxx index f0457efa1..ce6d77d47 100644 --- a/src/db/update/Remove.hxx +++ b/src/db/update/Remove.hxx @@ -24,6 +24,7 @@ #include "event/DeferredMonitor.hxx" #include "thread/Mutex.hxx" #include "thread/Cond.hxx" +#include "Compiler.h" struct Song; class DatabaseListener; diff --git a/src/db/update/Service.hxx b/src/db/update/Service.hxx index cbb4a3f9d..feaeaebc5 100644 --- a/src/db/update/Service.hxx +++ b/src/db/update/Service.hxx @@ -24,6 +24,7 @@ #include "Queue.hxx" #include "event/DeferredMonitor.hxx" #include "thread/Thread.hxx" +#include "Compiler.h" class SimpleDatabase; class DatabaseListener; diff --git a/src/db/update/Walk.hxx b/src/db/update/Walk.hxx index cce276ab0..a4c518813 100644 --- a/src/db/update/Walk.hxx +++ b/src/db/update/Walk.hxx @@ -22,6 +22,7 @@ #include "check.h" #include "Editor.hxx" +#include "Compiler.h" #include <sys/stat.h> |