Ignore:
Timestamp:
09/07/13 16:09:51 (11 years ago)
Author:
tbretz
Message:
Added missing includes etc which is necessary to include the files in any order.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/izstream.h

    r15266 r17128  
    22#define MARS_izstream
    33
     4#include <string.h>
     5
    46#include <istream>
    57#include <streambuf>
    6 
    7 #ifdef __MARS__
    8 #ifndef ROOT_TObject
    9 #include <TObject.h> // Needed for ClassDef
    10 #endif
    11 #endif
    128
    139#ifdef __CINT__
     
    170166        return seekoff(pos, std::ios::beg);
    171167    }
    172 
    173 #ifdef __MARS__
    174     ClassDef(izstream, 0) // A C++ wrapper to istream zlib files
    175 #endif
    176168};
    177169
Note: See TracChangeset for help on using the changeset viewer.