Changeset 11433 for trunk/Mars/mbase
- Timestamp:
- 07/18/11 09:31:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mbase/MZlib.h
r11424 r11433 3 3 4 4 #ifndef ROOT_TObject 5 #include <TObject.h> 5 #include <TObject.h> // Needed for ClassDef 6 6 #endif 7 7 … … 12 12 #endif 13 13 14 #include <iostream> // base classes for MLog 15 #include <fstream> 14 #include <istream> // base classes for MLog 16 15 17 class MZlib : public std::streambuf, virtual public std::istream, public TObject16 class MZlib : public std::streambuf, public std::istream 18 17 { 19 18 private:
Note:
See TracChangeset
for help on using the changeset viewer.