// -*- C++ -*- // CLASSDOC OFF // $Id: sstream.h,v 1.2 2002/05/06 14:09:32 mf 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_SSTREAM_H #define HEP_SSTREAM_H #include "CLHEP/config/CLHEP.h" #ifndef HEP_HAVE_SSTREAM #include "CLHEP/config/StringStream.h" #else #include #endif #endif /* HEP_SSTREAM_H */