sticker/SongSticker: add missing <stdexcept> include

For std::runtime_error.  See http://bugs.musicpd.org/view.php?id=4509
This commit is contained in:
Max Kellermann 2016-03-30 00:35:25 +02:00
parent 2fd5182608
commit 2deb5b7fec
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#include "util/Error.hxx"
#include "util/Alloc.hxx"
#include <stdexcept>
#include <string.h>
#include <stdlib.h>