Commit 2deb5b7f authored by Max Kellermann's avatar Max Kellermann

sticker/SongSticker: add missing <stdexcept> include

For std::runtime_error. See http://bugs.musicpd.org/view.php?id=4509
parent 2fd51826
......@@ -25,6 +25,8 @@
#include "util/Error.hxx"
#include "util/Alloc.hxx"
#include <stdexcept>
#include <string.h>
#include <stdlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment