summaryrefslogtreecommitdiff
path: root/src/db/update/Walk.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-07-05 09:59:00 +0200
committerMax Kellermann <max@musicpd.org>2019-07-05 09:59:58 +0200
commitd663f814202c10d32d50dec26c14d5d448a21f36 (patch)
tree790ae3557406a3e5869feb141bfcc0e0743c3301 /src/db/update/Walk.cxx
parent9cdebc90a00a63bbfd2525abc3cec002c4efda81 (diff)
include cleanups (powered by iwyu)
Diffstat (limited to 'src/db/update/Walk.cxx')
-rw-r--r--src/db/update/Walk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/update/Walk.cxx b/src/db/update/Walk.cxx
index 27d168f29..23db623e5 100644
--- a/src/db/update/Walk.cxx
+++ b/src/db/update/Walk.cxx
@@ -40,7 +40,7 @@
#include "util/UriUtil.hxx"
#include "Log.hxx"
-#include <stdexcept>
+#include <exception>
#include <memory>
#include <assert.h>