summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/FormattedStream.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-12-19 20:43:38 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-12-19 20:43:38 +0000
commit0de20af7bab509c0fb636f9dcddb53c820dc681d (patch)
treeb1c325ef2d6eff9de506c5bba2a2f2a1231c08ac /llvm/lib/Support/FormattedStream.cpp
parentb71afe82bf922f636eac2851486ef25ce4e780bf (diff)
downloadbcm5719-llvm-0de20af7bab509c0fb636f9dcddb53c820dc681d.tar.gz
bcm5719-llvm-0de20af7bab509c0fb636f9dcddb53c820dc681d.zip
Add missing standard headers. Patch by Joerg Sonnenberger!
llvm-svn: 122193
Diffstat (limited to 'llvm/lib/Support/FormattedStream.cpp')
-rw-r--r--llvm/lib/Support/FormattedStream.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/FormattedStream.cpp b/llvm/lib/Support/FormattedStream.cpp
index c72b5a1751b..231ae48759e 100644
--- a/llvm/lib/Support/FormattedStream.cpp
+++ b/llvm/lib/Support/FormattedStream.cpp
@@ -13,6 +13,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/FormattedStream.h"
+#include <algorithm>
using namespace llvm;
OpenPOWER on IntegriCloud