Don't rely in <algorithm> being pulled in transitively.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 14 Sep 2011 01:27:48 +0000 (01:27 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 14 Sep 2011 01:27:48 +0000 (01:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139684 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/DWARFDebugArangeSet.cpp

index 76e02f70d84835add8be2ce400764cd1495cc6ac..a3e2e62104c77ead51d1d071d04ad756b4edf388 100644 (file)
@@ -10,6 +10,7 @@
 #include "DWARFDebugArangeSet.h"
 #include "llvm/Support/Format.h"
 #include "llvm/Support/raw_ostream.h"
+#include <algorithm>
 #include <cassert>
 using namespace llvm;