1
0
Fork 0

Small fix for Irix.

This commit is contained in:
curt 2002-01-23 22:11:51 +00:00
parent e856a8ce0a
commit 9c13fafe5a

View file

@ -124,8 +124,8 @@
SG_USING_STD(map); SG_USING_STD(map);
#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS) #if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
SG_USING_STD(iostream); SG_USING_STD(iostream);
#endif
SG_USING_STD(ofstream); SG_USING_STD(ofstream);
#endif
typedef stack :: iterator LIST; typedef stack :: iterator LIST;