sticker/SongSticker: add missing <stdexcept> include
For std::runtime_error. See http://bugs.musicpd.org/view.php?id=4509
This commit is contained in:
parent
2fd5182608
commit
2deb5b7fec
|
@ -25,6 +25,8 @@
|
|||
#include "util/Error.hxx"
|
||||
#include "util/Alloc.hxx"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue