// -*- C++ -*- // CLASSDOC OFF // $Id: iostream.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 iostream[.h] // #ifndef HEP_IOSTREAM_H #define HEP_IOSTREAM_H #include "CLHEP/config/CLHEP.h" #ifndef HEP_USE_STD #include #else #include #endif #endif /* HEP_IOSTREAM_H */