Changeset 1dc616 in git for factory/bifac.h


Ignore:
Timestamp:
May 15, 2006, 10:17:57 AM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
181148eb58afcf5d585ec06f89fbab21c1ab9c99
Parents:
e5102ce459d04b385f3c94f631b05329d7681e20
Message:
*hannes: test for iostream and iostream.h


git-svn-id: file:///usr/local/Singular/svn/trunk@9134 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/bifac.h

    re5102c r1dc616  
    2222#ifndef NOSTREAMIO
    2323#include <stdio.h>
     24#ifdef HAVE_IOSTREAM
     25#include <fstream>
     26#include <iostream>
     27#elif defined(HAVE_IOSTREAM_H)
    2428#include <fstream.h>
    2529#include <iostream.h>
     30#endif
    2631#include <iomanip.h>
    2732#endif
Note: See TracChangeset for help on using the changeset viewer.