[llvm-commits] CVS: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/reversefile.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 6 20:07:03 PDT 2003


Changes in directory llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++:

reversefile.cpp updated: 1.1 -> 1.2

---
Log message:

Add needed #include


---
Diffs of the changes:  (+3 -2)

Index: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/reversefile.cpp
diff -u llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/reversefile.cpp:1.1 llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/reversefile.cpp:1.2
--- llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/reversefile.cpp:1.1	Mon Oct  6 20:05:56 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/reversefile.cpp	Mon Oct  6 20:06:17 2003
@@ -1,5 +1,5 @@
 // -*- mode: c++ -*-
-// $Id: reversefile.cpp,v 1.1 2003/10/07 01:05:56 lattner Exp $
+// $Id: reversefile.cpp,v 1.2 2003/10/07 01:06:17 lattner Exp $
 // http://www.bagley.org/~doug/shootout/
 // with help from Allan Stokes
 
@@ -7,6 +7,7 @@
 #include <deque>
 #include <string>
 #include <algorithm>
+#include <iterator>
 
 using namespace std;
 





More information about the llvm-commits mailing list