aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveInterval.cpp
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-09-28 02:38:58 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-09-28 02:38:58 +0000
commitc4d3b918165461bc6f5d395bca8d9d9d8a84413d (patch)
tree17fb523dc290bd5cd5f6c9f9b982cb708d4e6d00 /lib/CodeGen/LiveInterval.cpp
parent584902e0a3d79b9e6598da34cc5db798f833699a (diff)
Fix includes. Patch contributed by Paolo Invernizzi!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveInterval.cpp')
-rw-r--r--lib/CodeGen/LiveInterval.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/LiveInterval.cpp b/lib/CodeGen/LiveInterval.cpp
index d63cfc60fb..174b4830d0 100644
--- a/lib/CodeGen/LiveInterval.cpp
+++ b/lib/CodeGen/LiveInterval.cpp
@@ -20,6 +20,7 @@
#include "LiveInterval.h"
#include "llvm/ADT/STLExtras.h"
+#include <algorithm>
#include <iostream>
#include <map>
using namespace llvm;