commit | c8b07dd339ebb7479de15e361aa09cb660253f33 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Oct 26 15:35:58 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Oct 26 15:35:58 2004 +0000 |
tree | 887f7fb3d26db4fdf0407450d0d10365411a816d | |
parent | 8da1b5df59e466bd3b5f472da7bad9535739d56f [diff] [blame] |
Clean up the MachineBasicBlock.h file, percolating #includes into this file. Patch contributed by Morten Ofstad llvm-svn: 17251
diff --git a/llvm/lib/CodeGen/VirtRegMap.cpp b/llvm/lib/CodeGen/VirtRegMap.cpp index 49cebe8..39707db 100644 --- a/llvm/lib/CodeGen/VirtRegMap.cpp +++ b/llvm/lib/CodeGen/VirtRegMap.cpp
@@ -28,6 +28,7 @@ #include "llvm/Support/Debug.h" #include "llvm/ADT/Statistic.h" #include "llvm/ADT/STLExtras.h" +#include <algorithm> using namespace llvm; namespace {