Commit a191db84 authored by Max Kellermann's avatar Max Kellermann

util/Error: add missing <algorithm> include

For std::move().
parent e4d69f38
......@@ -24,6 +24,7 @@
#include "Compiler.h"
#include <string>
#include <algorithm>
#include <assert.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment