aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-19 10:58:20 +0100
committerMax Kellermann <max@duempel.org>2013-12-19 10:58:20 +0100
commita191db84f2acfc2d6e40fb00dff15888e507faa6 (patch)
tree7ea258fcd234057a63462fe71eaf47205b303aaa /src/util
parente4d69f38b028ab6665a3c14ab27df188e6e39022 (diff)
downloadmpd-a191db84f2acfc2d6e40fb00dff15888e507faa6.tar.gz
mpd-a191db84f2acfc2d6e40fb00dff15888e507faa6.tar.xz
mpd-a191db84f2acfc2d6e40fb00dff15888e507faa6.zip
util/Error: add missing <algorithm> include
For std::move().
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Error.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Error.hxx b/src/util/Error.hxx
index facb461dc..ec8867c6c 100644
--- a/src/util/Error.hxx
+++ b/src/util/Error.hxx
@@ -24,6 +24,7 @@
#include "Compiler.h"
#include <string>
+#include <algorithm>
#include <assert.h>