Changeset 19cbad8 in git


Ignore:
Timestamp:
May 10, 2011, 6:10:40 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
087d2da0ac1ab3967f7e9c08be4ed919e33f2aa2
Parents:
c262d553ef66afc97649f98c489e0eeff937603d
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-05-10 18:10:40+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:34:44+01:00
Message:
be consistent: use HAVE_IOSTREAM to enable for new c++ headers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/gengftables-conway.cc

    rc262d5 r19cbad8  
    1111//}}}
    1212
     13#include <factory.h>
     14
     15#ifdef HAVE_IOSTREAM
    1316#include <iostream>
    1417#include <fstream>
    1518#include <strstream>
    1619#include <string>
     20#else
     21#include <iostream.h>
     22#include <fstream.h>
     23#include <strstream.h>
     24#include <string.h>
     25#endif
     26
    1727
    1828#include <stdlib.h>
    1929
    20 #include <factory.h>
    2130
    2231#include <cf_assert.h>
Note: See TracChangeset for help on using the changeset viewer.