aboutsummaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
Diffstat (limited to 'src/db')
-rw-r--r--src/db/update/Editor.hxx1
-rw-r--r--src/db/update/InotifySource.hxx1
-rw-r--r--src/db/update/Remove.hxx1
-rw-r--r--src/db/update/Service.hxx1
-rw-r--r--src/db/update/Walk.hxx1
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>