DWARF: Include <algorithm> explicitly.

llvm-svn: 139773
This commit is contained in:
Benjamin Kramer 2011-09-15 02:19:33 +00:00
parent 3bfdaa2a47
commit a57c46aa49
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "llvm/Support/Dwarf.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
using namespace llvm;
using namespace dwarf;