aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-06 22:34:17 +0200
committerMax Kellermann <max@duempel.org>2013-08-06 22:34:20 +0200
commit66f678023f6e18dde9679d0a69565d6a50d09ed4 (patch)
tree134af3da4bee8e9d57c1206fe15bc9ecf6fccbcc
parent132971f8ebfc5092cab9899f35dfa7d31402cebc (diff)
downloadmpd-66f678023f6e18dde9679d0a69565d6a50d09ed4.tar.gz
mpd-66f678023f6e18dde9679d0a69565d6a50d09ed4.tar.xz
mpd-66f678023f6e18dde9679d0a69565d6a50d09ed4.zip
util/Manual: add missing include <utility>
-rw-r--r--src/util/Manual.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Manual.hxx b/src/util/Manual.hxx
index 798bc3e24..802695224 100644
--- a/src/util/Manual.hxx
+++ b/src/util/Manual.hxx
@@ -33,6 +33,7 @@
#include "gcc.h"
#include <new>
+#include <utility>
#if !defined(__clang__) && __GNUC__ && !GCC_CHECK_VERSION(4,8)
#include <type_traits>