summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
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
commitfc59e0e8a3e7a26cb7b7d6f07a4c7c659975bbc0 (patch)
tree32711d61d1b88dd6f8bd0eb74d31a35c4513c976 /llvm/lib/CodeGen
parent02060ae68e14888274c46a2e3fb3e0a132c363ad (diff)
downloadbcm5719-llvm-fc59e0e8a3e7a26cb7b7d6f07a4c7c659975bbc0.tar.gz
bcm5719-llvm-fc59e0e8a3e7a26cb7b7d6f07a4c7c659975bbc0.zip
Fix includes. Patch contributed by Paolo Invernizzi!
llvm-svn: 16533
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LiveInterval.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/LiveInterval.cpp b/llvm/lib/CodeGen/LiveInterval.cpp
index d63cfc60fba..174b4830d01 100644
--- a/llvm/lib/CodeGen/LiveInterval.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud