util/Error: add missing <algorithm> include

For std::move().
This commit is contained in:
Max Kellermann 2013-12-19 10:58:20 +01:00
parent e4d69f38b0
commit a191db84f2

View File

@ -24,6 +24,7 @@
#include "Compiler.h"
#include <string>
#include <algorithm>
#include <assert.h>