summaryrefslogtreecommitdiff
path: root/src/song/DetachedSong.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-08-20 16:19:17 +0200
committerMax Kellermann <max@musicpd.org>2018-08-20 16:19:17 +0200
commitec54754e22602bbc18a7524b6ff07db2a4b6d095 (patch)
tree2c9208d79cf2a04a6c821c400d5f7336b5c1be42 /src/song/DetachedSong.hxx
parent0ebba73cb8d74d18d6af87bbed99e91bac6a4eac (diff)
Compiler.h: move to util/
Diffstat (limited to 'src/song/DetachedSong.hxx')
-rw-r--r--src/song/DetachedSong.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song/DetachedSong.hxx b/src/song/DetachedSong.hxx
index a161ad427..d45439d0a 100644
--- a/src/song/DetachedSong.hxx
+++ b/src/song/DetachedSong.hxx
@@ -23,7 +23,7 @@
#include "check.h"
#include "tag/Tag.hxx"
#include "Chrono.hxx"
-#include "Compiler.h"
+#include "util/Compiler.h"
#include <chrono>
#include <string>