diff options
author | Max Kellermann <max@duempel.org> | 2013-12-19 10:58:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-19 10:58:20 +0100 |
commit | a191db84f2acfc2d6e40fb00dff15888e507faa6 (patch) | |
tree | 7ea258fcd234057a63462fe71eaf47205b303aaa /src/util | |
parent | e4d69f38b028ab6665a3c14ab27df188e6e39022 (diff) | |
download | mpd-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.hxx | 1 |
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> |