From 3b89b59d49269f7a64ef5a55af3c449c7da53baf Mon Sep 17 00:00:00 2001
From: ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Fri, 13 Aug 2004 00:02:01 +0000
Subject: [PATCH] temporary add to fix file in CVS

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85917 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/testsuite/g++.old-deja/g++.robertl/eb42.C | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb42.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb42.C
index c27aa8d2df7c..8850f9fa6398 100644
--- a/gcc/testsuite/g++.old-deja/g++.robertl/eb42.C
+++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb42.C
@@ -1,6 +1,6 @@
 //Build don't link:
-#include <vector>
-#include <algorithm>
+#include <vector.h>
+#include <algo.h>
 
 template <class T> class Expr
 {
@@ -14,6 +14,6 @@ inline bool compare(const Expr<T> a, const Expr<T> b){ return true; };
 
 int main()
 {
-  std::vector<int>     a(3);
-  std::sort( a.begin(), a.end(), compare ); // ERROR - no matching function 
+vector<int>     a(3);
+sort( a.begin(), a.end(), compare ); // ERROR - no matching function 
 }
-- 
GitLab