blob: 3a6732b238ebbef0451aadcb2ca3e51e46a91948 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ./classes/src/ArtsIfIndexSelectionSet.lex.orig Mon Oct 2 13:05:24 2000
+++ ./classes/src/ArtsIfIndexSelectionSet.lex Wed Sep 25 16:38:10 2002
@@ -48,6 +48,7 @@
}
#include <string>
+using namespace std;
#ifdef HAVE_STRSTREAM
#include <strstream>
|