unwind: permit building against libstdc++

Include algorithm early as otherwise you get a number of particularly unhelpful
messages about failed static assertions.  This fixes compilation on Linux with
gcc.

llvm-svn: 237002
This commit is contained in:
Saleem Abdulrasool 2015-05-11 16:35:13 +00:00
parent f36dddf426
commit 5ccb0b5f87

View File

@ -19,6 +19,7 @@
#include <tuple>
#include <memory>
#include <vector>
#include <algorithm>
#include "libunwind_ext.h"
#include "config.h"