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/playlist | |
parent | bc4b89c21a8397d540be5989d9c99be90e80e554 (diff) |
*: add missing Compiler.h includes
Necessary for "final" on gcc 4.6.
Diffstat (limited to 'src/playlist')
-rw-r--r-- | src/playlist/MemorySongEnumerator.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/playlist/MemorySongEnumerator.hxx b/src/playlist/MemorySongEnumerator.hxx index e87a4f6dd..d1259f011 100644 --- a/src/playlist/MemorySongEnumerator.hxx +++ b/src/playlist/MemorySongEnumerator.hxx @@ -22,6 +22,7 @@ #include "SongEnumerator.hxx" #include "DetachedSong.hxx" +#include "Compiler.h" #include <forward_list> |