aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-07-21 06:03:44 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-07-21 06:03:44 +0000
commitd9ba75387b47ea84a3ef6ef532f374d72413c107 (patch)
tree1ed4b10d1fd4ca9b9f4146f5b0b3f6f2e86f324b
parentc187dc8f65c6a22bda6d96896de8573ee9bd5b99 (diff)
Add header <algorithm> for std::find.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@53840 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--SingleSource/Benchmarks/Shootout-C++/lists1.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/SingleSource/Benchmarks/Shootout-C++/lists1.cpp b/SingleSource/Benchmarks/Shootout-C++/lists1.cpp
index 803286ed..54613467 100644
--- a/SingleSource/Benchmarks/Shootout-C++/lists1.cpp
+++ b/SingleSource/Benchmarks/Shootout-C++/lists1.cpp
@@ -2,6 +2,7 @@
// $Id$
// http://www.bagley.org/~doug/shootout/
+#include <algorithm>
#include <cstdlib>
#include <iostream>
#include <list>