summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/bs15503.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.cp/bs15503.cc')
-rw-r--r--gdb/testsuite/gdb.cp/bs15503.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.cp/bs15503.cc b/gdb/testsuite/gdb.cp/bs15503.cc
index 13f4377275a..aec5a0b8fcb 100644
--- a/gdb/testsuite/gdb.cp/bs15503.cc
+++ b/gdb/testsuite/gdb.cp/bs15503.cc
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 1992 Free Software Foundation, Inc.
+ Copyright 1992, 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -20,7 +20,8 @@
bug-gdb@prep.ai.mit.edu */
#include <string>
-#include <iostream.h>
+#include <iostream>
+using namespace std;
template <class T>
class StringTest {