From 2deb5b7fec3ccff29594e6b04eb07701e40e8511 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Mar 2016 00:35:25 +0200 Subject: [PATCH] sticker/SongSticker: add missing include For std::runtime_error. See http://bugs.musicpd.org/view.php?id=4509 --- src/sticker/SongSticker.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sticker/SongSticker.cxx b/src/sticker/SongSticker.cxx index f144327cf..e90e13af5 100644 --- a/src/sticker/SongSticker.cxx +++ b/src/sticker/SongSticker.cxx @@ -25,6 +25,8 @@ #include "util/Error.hxx" #include "util/Alloc.hxx" +#include + #include #include