From b373c53ce4feedfc6a0c1750599ab723997a6744 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 30 Aug 2014 00:46:52 +0200 Subject: *: add missing Compiler.h includes Necessary for "final" on gcc 4.6. --- src/db/update/Editor.hxx | 1 + src/db/update/InotifySource.hxx | 1 + src/db/update/Remove.hxx | 1 + src/db/update/Service.hxx | 1 + src/db/update/Walk.hxx | 1 + 5 files changed, 5 insertions(+) (limited to 'src/db') 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 -- cgit v1.2.3