// -*- C++ -*- // CLASSDOC OFF // $Id: fstream.h,v 1.1 2004/01/12 09:03:54 mjg Exp $ // --------------------------------------------------------------------------- // CLASSDOC ON // // This file is a part of the CLHEP - a Class Library for High Energy Physics. // // Work around compiler annoyance with fstream[.h] // #ifndef HEP_FSTREAM_H #define HEP_FSTREAM_H #include "CLHEP/config/CLHEP.h" #ifndef HEP_USE_STD #include #else #include #endif #endif /* HEP_FSTREAM_H */