From a191db84f2acfc2d6e40fb00dff15888e507faa6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 19 Dec 2013 10:58:20 +0100 Subject: util/Error: add missing include For std::move(). --- src/util/Error.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util') 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 +#include #include -- cgit v1.2.3