diff options
author | Max Kellermann <max@musicpd.org> | 2017-09-20 23:32:47 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-09-20 23:32:54 +0200 |
commit | 59b49b7881fd2bc159b201174f5dd86864db17e3 (patch) | |
tree | 9b8281c0b77547bc3ed0bbbfcea96b436662067f /src | |
parent | 5620f16330879769352c295781723e17b15da5c4 (diff) |
db/Selection: add missing config.h
Diffstat (limited to 'src')
-rw-r--r-- | src/db/Selection.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/Selection.cxx b/src/db/Selection.cxx index bab9c9de8..c25bf99f1 100644 --- a/src/db/Selection.cxx +++ b/src/db/Selection.cxx @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "Selection.hxx" #include "SongFilter.hxx" |